mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
Yes (#22495)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user