Convert some bools to TRUE/FALSE instead of 1/0.

This commit is contained in:
Chompstation Bot
2021-07-16 17:44:40 +00:00
parent 1be5570337
commit 481c0e314e
523 changed files with 6976 additions and 1284 deletions
+5 -5
View File
@@ -11,7 +11,7 @@ would spawn and follow the beaker, even if it is carried or thrown.
name = "effect"
icon = 'icons/effects/effects.dmi'
mouse_opacity = 0
unacidable = 1//So effect are not targeted by alien acid.
unacidable = TRUE//So effect are not targeted by alien acid.
pass_flags = PASSTABLE | PASSGRILLE
blocks_emissive = EMISSIVE_BLOCK_GENERIC
light_on = TRUE
@@ -60,7 +60,7 @@ steam.start() -- spawns the effect
name = "steam"
icon = 'icons/effects/effects.dmi'
icon_state = "extinguish"
density = 0
density = FALSE
/datum/effect/effect/system/steam_spread/set_up(n = 3, c = 0, turf/loc)
if(n > 10)
@@ -98,7 +98,7 @@ steam.start() -- spawns the effect
name = "sparks"
icon_state = "sparks"
var/amount = 6.0
anchored = 1.0
anchored = TRUE
mouse_opacity = 0
/obj/effect/effect/sparks/Initialize()
@@ -168,7 +168,7 @@ steam.start() -- spawns the effect
name = "smoke"
icon_state = "smoke"
opacity = 1
anchored = 0.0
anchored = FALSE
mouse_opacity = 0
var/amount = 6.0
var/time_to_live = 100
@@ -422,7 +422,7 @@ steam.start() -- spawns the effect
/obj/effect/effect/ion_trails
name = "ion trails"
icon_state = "ion_trails"
anchored = 1.0
anchored = TRUE
/datum/effect/effect/system/ion_trail_follow
var/turf/oldposition