diff --git a/hyperstation/code/mobs/mimic.dm b/hyperstation/code/mobs/mimic.dm index 3128cbd3..f5a89900 100644 --- a/hyperstation/code/mobs/mimic.dm +++ b/hyperstation/code/mobs/mimic.dm @@ -277,7 +277,7 @@ message_admins("No eligible areas for spawning mimics.") return FALSE - notify_ghosts("A mimic has spawned in [pickedArea]!", enter_link="(Click to orbit)", source=pickedArea, action=NOTIFY_ORBIT) + notify_ghosts("A group of mimics has spawned in [pickedArea]!", source=pickedArea, action=NOTIFY_ATTACK, flashwindow = FALSE) while(spawncount >= 1 && validTurfs.len) var/turf/pickedTurf = pick_n_take(validTurfs) var/spawn_type = /mob/living/simple_animal/hostile/hs13mimic