Skip to content

Commit 3b26eef

Browse files
this is a better way to do it, timestop was causing serious jank
1 parent 43ff082 commit 3b26eef

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

maps/randomvaults/spessmart.dm

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ var/list/clothing_prices = list() //gets filled on initialize()
641641
icon = 'icons/mob/robots.dmi'
642642
icon_state = "securitron"
643643

644-
timestopped = 1
644+
wander = 0
645645
anchored = 1
646646
canmove = 0
647647

@@ -688,11 +688,9 @@ var/list/clothing_prices = list() //gets filled on initialize()
688688
if(retaliated || client)
689689
canmove = 1
690690
anchored = 0
691-
timestopped = 0
692691
else
693692
canmove = 0
694693
anchored = 1
695-
timestopped = 1
696694
EscapeConfinement()
697695
..()
698696

@@ -713,7 +711,6 @@ var/list/clothing_prices = list() //gets filled on initialize()
713711
retaliated = TRUE
714712
canmove = 1
715713
anchored = 0
716-
timestopped = 0
717714

718715
visible_message("<span class='userdanger'>\The [src] activates.</span>")
719716

0 commit comments

Comments
 (0)