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

This commit is contained in:
CitadelStationBot
2017-07-10 18:13:16 -05:00
committed by kevinz000
parent 1b70c06474
commit ff6bbbedf5
522 changed files with 1924 additions and 1917 deletions
@@ -13,10 +13,10 @@
w_class = WEIGHT_CLASS_NORMAL
screen_on = 0 // Starts closed
var/start_open = 1 // unless this var is set to 1
var/start_open = TRUE // unless this var is set to 1
var/icon_state_closed = "laptop-closed"
var/w_class_open = WEIGHT_CLASS_BULKY
var/slowdown_open = 1
var/slowdown_open = TRUE
/obj/item/device/modular_computer/laptop/Initialize()
. = ..()
@@ -100,4 +100,4 @@
// Laptop frame, starts empty and closed.
/obj/item/device/modular_computer/laptop/buildable
start_open = 0
start_open = FALSE