mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
Merge pull request #18651 from Xhuis/i_swear_it_worked_in_testing
Umbra spawn event hotfix
This commit is contained in:
@@ -14,4 +14,5 @@
|
||||
var/mob/living/simple_animal/umbra/U = new(pick(xeno_spawn))
|
||||
var/image/alert_overlay = image('icons/mob/mob.dmi', "umbra")
|
||||
notify_ghosts("An umbra has formed in [get_area(U)]. Interact with it to take control of it.", null, source = U, alert_overlay = alert_overlay)
|
||||
spawned_mobs += U
|
||||
return SUCCESSFUL_SPAWN
|
||||
|
||||
Reference in New Issue
Block a user