Use TRUE/FALSE instead of 1/0

This commit is contained in:
KorPhaeron
2015-12-04 13:28:19 -06:00
parent 9d591c1c5f
commit 4253585e1e
+2 -2
View File
@@ -387,11 +387,11 @@
autocolours = FALSE
var/time_between_uses = 1800
var/last_process = 0
var/cult_only = 1
var/cult_only = TRUE
/obj/structure/divine/healingfountain/anyone
desc = "A fountain containing the waters of life."
cult_only = 0
cult_only = FALSE
/obj/structure/divine/healingfountain/attack_hand(mob/living/user)
if(last_process + time_between_uses > world.time)