From ac470d045a4dc26a07813d37e322609de805a1af Mon Sep 17 00:00:00 2001 From: Xhuis Date: Thu, 16 Jun 2016 23:30:28 -0400 Subject: [PATCH] Umbra event hotfix --- code/game/gamemodes/miniantags/umbra/umbra_spawn_event.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/gamemodes/miniantags/umbra/umbra_spawn_event.dm b/code/game/gamemodes/miniantags/umbra/umbra_spawn_event.dm index 1c8526edf5b..a5fa95f5be2 100644 --- a/code/game/gamemodes/miniantags/umbra/umbra_spawn_event.dm +++ b/code/game/gamemodes/miniantags/umbra/umbra_spawn_event.dm @@ -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