Fixes a bunch of bools missed in #11100

This commit is contained in:
Chompstation Bot
2021-07-16 21:12:20 +00:00
parent 1be5570337
commit d0d23ed393
93 changed files with 3291 additions and 195 deletions
+2 -2
View File
@@ -146,8 +146,8 @@ var/list/spells = typesof(/spell) //needed for the badmin verb for now
var/obj/effect/overlay/spell = new /obj/effect/overlay(location)
spell.icon = overlay_icon
spell.icon_state = overlay_icon_state
spell.anchored = 1
spell.density = 0
spell.anchored = TRUE
spell.density = FALSE
spawn(overlay_lifespan)
qdel(spell)
return valid_targets