mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Merge pull request #18767 from ChangelingRain/legiondoor
Fixes legion door alert
This commit is contained in:
@@ -46,7 +46,8 @@
|
||||
M << "<span class='userdanger'>Discordant whispers flood your mind in a thousand voices. Each one speaks your name, over and over. Something horrible has come.</span>"
|
||||
M << 'sound/creatures/legion_spawn.ogg'
|
||||
flash_color(M, flash_color = "#FF0000", flash_time = 50)
|
||||
notify_ghosts("Legion has been summoned in the [get_area(src)]!", source = src, action = NOTIFY_ORBIT)
|
||||
var/image/door_overlay = image('icons/effects/effects.dmi', "legiondoor")
|
||||
notify_ghosts("Legion has been summoned in the [get_area(src)]!", source = src, alert_overlay = door_overlay, action = NOTIFY_JUMP)
|
||||
is_anyone_home = FALSE
|
||||
new/mob/living/simple_animal/hostile/megafauna/legion(get_step(src.loc, SOUTH))
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 418 KiB After Width: | Height: | Size: 420 KiB |
Reference in New Issue
Block a user