Drake swoop no longer misleadingly claims you fall into lava if it fails to spawn said lava (#96324)

## About The Pull Request

If drake swoop (the one where it creates a box of fire around you) fails
to spawn lava underneath it instead creates a fire visual (not an actual
hotspot, does not set you on fire) and gives a separate text instead of
claiming you fell into nonexistent lava

## Why It's Good For The Game

Consistency

## Changelog
🆑
fix: Drake swoop no longer misleadingly claims you fall into lava if it
fails to spawn said lava
/🆑
This commit is contained in:
SmArtKar
2026-06-04 00:13:31 +02:00
committed by GitHub
parent cebef6b9c9
commit ebc91067fb
2 changed files with 26 additions and 15 deletions
@@ -274,6 +274,10 @@
light_color = LIGHT_COLOR_FIRE
duration = 10
/obj/effect/temp_visual/fire/light
icon_state = "light"
color = COLOR_DARK_ORANGE
/obj/effect/temp_visual/revenant
name = "spooky lights"
icon_state = "purplesparkles"