Skip to content

Commit

Permalink
Tweaking Flare code to avoid compile warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
MistakeNot4892 committed Aug 13, 2024
1 parent c0b672a commit fdf5925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/content/anima/spell_effect.dm
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
user.visible_message("\The [user] is wreathed in a blast of fire ([evoke_strength])!")
for(var/turf/T in RANGE_TURFS(source_turf, evoke_strength))
T = T.resolve_to_actual_turf()
var/obj/effect/fake_fire/variable/owned/flare = new(T, fire_temperature, evoke_strength SECONDS, deliberate ? user : null)
new /obj/effect/fake_fire/variable/owned(T, fire_temperature, evoke_strength SECONDS, deliberate ? user : null)
else
user.visible_message("\The [user] hurls a blast of fire over \the [target] ([evoke_strength])!")
var/obj/item/projectile/fireball/projectile = new(source_turf)
Expand Down

0 comments on commit fdf5925

Please sign in to comment.