Fixes a bunch of bools missed in #11100

This commit is contained in:
MarinaGryphon
2021-07-16 15:55:49 -05:00
parent 5eea453437
commit a843667af3
73 changed files with 165 additions and 165 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