mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Added click delay to point to because people are too shitty to not abuse it.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user