File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -641,7 +641,7 @@ var/list/clothing_prices = list() //gets filled on initialize()
641
641
icon = ' icons/mob/robots.dmi'
642
642
icon_state = " securitron"
643
643
644
- timestopped = 1
644
+ wander = 0
645
645
anchored = 1
646
646
canmove = 0
647
647
@@ -688,11 +688,9 @@ var/list/clothing_prices = list() //gets filled on initialize()
688
688
if (retaliated || client)
689
689
canmove = 1
690
690
anchored = 0
691
- timestopped = 0
692
691
else
693
692
canmove = 0
694
693
anchored = 1
695
- timestopped = 1
696
694
EscapeConfinement ()
697
695
.. ()
698
696
@@ -713,7 +711,6 @@ var/list/clothing_prices = list() //gets filled on initialize()
713
711
retaliated = TRUE
714
712
canmove = 1
715
713
anchored = 0
716
- timestopped = 0
717
714
718
715
visible_message (" <span class='userdanger'>\The [ src ] activates.</span>" )
719
716
You can’t perform that action at this time.
0 commit comments