This commit is contained in:
DGamerL
2023-09-23 19:39:29 -05:00
committed by GitHub
parent 56a041e274
commit d4a72d4835
+1 -5
View File
@@ -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))