From d4a72d48353d890167761603f21a6089f9053653 Mon Sep 17 00:00:00 2001 From: DGamerL <108773801+DGamerL@users.noreply.github.com> Date: Sun, 24 Sep 2023 02:39:29 +0200 Subject: [PATCH] Yes (#22495) --- code/game/objects/effects/landmarks.dm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/code/game/objects/effects/landmarks.dm b/code/game/objects/effects/landmarks.dm index 1bc86320175..5c48a64c37f 100644 --- a/code/game/objects/effects/landmarks.dm +++ b/code/game/objects/effects/landmarks.dm @@ -602,6 +602,7 @@ INITIALIZE_IMMEDIATE(/obj/effect/landmark/awaystart) //Without this away mission ///The mob we use for the spawner var/mobtype = null icon = 'icons/effects/spawner_icons.dmi' + icon_state = "questionmark" /obj/effect/landmark/mob_spawner/Initialize(mapload) . = ..() @@ -610,7 +611,6 @@ INITIALIZE_IMMEDIATE(/obj/effect/landmark/awaystart) //Without this away mission /obj/effect/landmark/mob_spawner/goliath mobtype = /mob/living/simple_animal/hostile/asteroid/goliath/beast - icon_state = "questionmark" /obj/effect/landmark/mob_spawner/goliath/Initialize(mapload) if(prob(1)) @@ -619,7 +619,6 @@ INITIALIZE_IMMEDIATE(/obj/effect/landmark/awaystart) //Without this away mission /obj/effect/landmark/mob_spawner/legion mobtype = /mob/living/simple_animal/hostile/asteroid/hivelord/legion - icon_state = "questionmark" /obj/effect/landmark/mob_spawner/legion/Initialize(mapload) if(prob(5)) @@ -628,7 +627,6 @@ INITIALIZE_IMMEDIATE(/obj/effect/landmark/awaystart) //Without this away mission /obj/effect/landmark/mob_spawner/watcher mobtype = /mob/living/simple_animal/hostile/asteroid/basilisk/watcher - icon_state = "questionmark" /obj/effect/landmark/mob_spawner/watcher/Initialize(mapload) if(prob(1)) @@ -640,11 +638,9 @@ INITIALIZE_IMMEDIATE(/obj/effect/landmark/awaystart) //Without this away mission /obj/effect/landmark/mob_spawner/goldgrub mobtype = /mob/living/simple_animal/hostile/asteroid/goldgrub - icon_state = "questionmark" /obj/effect/landmark/mob_spawner/gutlunch mobtype = /mob/living/simple_animal/hostile/asteroid/gutlunch - icon_state = "questionmark" /obj/effect/landmark/mob_spawner/gutlunch/Initialize(mapload) if(prob(5))