1
0
mirror of https://github.com/LDDestroier/CC/ synced 2024-06-16 10:19:57 +00:00

Update tron

This commit is contained in:
LDDestroier 2018-11-15 01:18:48 -05:00 committed by GitHub
parent 19b7c36be6
commit eaa030c32c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
tron
View File

@ -651,7 +651,7 @@ local moveTick = function(doSend)
for i = 1, #player do
p = player[i]
if not p.dead then
if getTrail(p.x, p.y) or doesIntersectBorder(p.x, p.y) then
if (p.x == player[nou].x and p.y == player[nou].y) then
p.dead = true
deadGuys[i] = true
else