mirror of
https://github.com/LDDestroier/CC/
synced 2025-02-07 14:40:03 +00:00
Update tron
This commit is contained in:
parent
eaa030c32c
commit
5f92b1fa55
2
tron
2
tron
@ -651,7 +651,7 @@ local moveTick = function(doSend)
|
|||||||
for i = 1, #player do
|
for i = 1, #player do
|
||||||
p = player[i]
|
p = player[i]
|
||||||
if not p.dead then
|
if not p.dead then
|
||||||
if (p.x == player[nou].x and p.y == player[nou].y) then
|
if (i == you) and (p.x == player[nou].x and p.y == player[nou].y) then
|
||||||
p.dead = true
|
p.dead = true
|
||||||
deadGuys[i] = true
|
deadGuys[i] = true
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user