Changes some 1s and 0s to TRUE and FALSE (#29144)

This commit is contained in:
ShizCalev
2017-07-10 10:31:34 -04:00
committed by Jordan Brown
parent 8776c15703
commit 59ef81245b
521 changed files with 1915 additions and 1918 deletions

View File

@@ -20,7 +20,7 @@
var/locomotion = 1
var/lawsync = 1
var/aisync = 1
var/panel_locked = 1
var/panel_locked = TRUE
/obj/item/robot_suit/New()
..()