Added click delay to point to because people are too shitty to not abuse it.

This commit is contained in:
ZomgPonies
2014-07-19 15:26:13 -04:00
parent 653a0bdf37
commit fd5846d53a
+3
View File
@@ -21,12 +21,15 @@
return
if(usr.status_flags & FAKEDEATH)
return
if(usr.next_move > world.time)
return
var/tile = get_turf(this)
if (!tile)
return
var/P = new /obj/effect/decal/point(tile)
usr.next_move = world.time + 10
spawn (20)
if(P) del(P)