[MIRROR] Removing the last sleeps in Init (#10715)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-04-22 02:41:59 -07:00
committed by GitHub
parent 42c640d672
commit b34a389663
14 changed files with 246 additions and 228 deletions

View File

@@ -90,11 +90,9 @@
var/turf/T = M.loc
if(istype(T, /turf))
if(!M.moved_recently && M.last_move)
M.moved_recently = 1
M.moved_recently = TRUE
step(M, M.last_move)
sleep(50)
if(M)
M.moved_recently = 0
addtimer(VARSET_CALLBACK(M, moved_recently, FALSE), 5 SECONDS, TIMER_DELETE_ME)
to_chat(M, span_danger("You feel a sharp shock!"))
var/datum/effect/effect/system/spark_spread/s = new /datum/effect/effect/system/spark_spread
s.set_up(3, 1, M)