Fixes a bunch of bools missed in #11100

This commit is contained in:
Chompstation Bot
2021-07-16 21:12:20 +00:00
parent 1be5570337
commit d0d23ed393
93 changed files with 3291 additions and 195 deletions

View File

@@ -166,14 +166,14 @@
state = 1
playsound(src, W.usesound, 75, 1)
to_chat(user, "You secure the external reinforcing bolts to the floor.")
src.anchored = 1
src.anchored = TRUE
return
else if(state == 1)
state = 0
playsound(src, W.usesound, 75, 1)
to_chat(user, "You undo the external reinforcing bolts.")
src.anchored = 0
src.anchored = FALSE
return
if(istype(W, /obj/item/weapon/card/id)||istype(W, /obj/item/device/pda))