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

This commit is contained in:
CitadelStationBot
2017-07-10 16:13:16 -07:00
committed by kevinz000
parent 1b70c06474
commit ff6bbbedf5
522 changed files with 1924 additions and 1917 deletions
+6 -6
View File
@@ -3,8 +3,8 @@
desc = "..."
icon = 'icons/obj/objects.dmi'
icon_state = "water"
density = 1
anchored = 0
density = TRUE
anchored = FALSE
container_type = DRAWABLE
pressure_resistance = 2*ONE_ATMOSPHERE
max_integrity = 300
@@ -125,8 +125,8 @@
name = "pepper spray refiller"
desc = "Contains condensed capsaicin for use in law \"enforcement.\""
icon_state = "pepper"
anchored = 1
density = 0
anchored = TRUE
density = FALSE
reagent_id = "condensedcapsaicin"
/obj/structure/reagent_dispensers/peppertank/Initialize()
@@ -140,7 +140,7 @@
desc = "A machine that dispenses liquid to drink."
icon = 'icons/obj/vending.dmi'
icon_state = "water_cooler"
anchored = 1
anchored = TRUE
tank_volume = 500
var/paper_cups = 25 //Paper cups left from the cooler
@@ -174,5 +174,5 @@
name = "virus food dispenser"
desc = "A dispenser of low-potency virus mutagenic."
icon_state = "virus_food"
anchored = 1
anchored = TRUE
reagent_id = "virusfood"