mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user