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
+3 -3
View File
@@ -4,12 +4,12 @@
desc = "A locker that holds guns."
icon = 'icons/obj/closet.dmi'
icon_state = "shotguncase"
anchored = 0
density = 1
anchored = FALSE
density = TRUE
opacity = 0
var/case_type = ""
var/gun_category = /obj/item/weapon/gun
var/open = 1
var/open = TRUE
var/capacity = 4
/obj/structure/guncase/Initialize(mapload)