Electropack works more consistently, and is more responsive. (#24680)

* electropack is less silly

* dont need this anymore

* Update code/game/objects/items/devices/radio/electropack.dm

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>

---------

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
BiancaWilkson
2024-03-19 10:55:41 +00:00
committed by GitHub
co-authored by Luc S34N
parent 7efa31aefd
commit 63ca6b5391
2 changed files with 0 additions and 10 deletions
@@ -74,15 +74,6 @@
if(isliving(loc))
var/mob/living/M = loc
var/turf/T = M.loc
if(isturf(T))
if(!M.moved_recently && M.last_move)
M.moved_recently = 1
step(M, M.last_move)
sleep(50)
if(M)
M.moved_recently = 0
to_chat(M, "<span class='danger'>You feel a sharp shock!</span>")
do_sparks(3, 1, M)