From fe139d1093b5a707b157be206488da6769ff8791 Mon Sep 17 00:00:00 2001 From: DGamerL <108773801+DGamerL@users.noreply.github.com> Date: Mon, 18 Sep 2023 02:38:52 +0200 Subject: [PATCH] Aaaaaaaaaaaa (#22453) --- code/modules/awaymissions/mob_spawn.dm | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/code/modules/awaymissions/mob_spawn.dm b/code/modules/awaymissions/mob_spawn.dm index 318a9494d76..cfd95a07f31 100644 --- a/code/modules/awaymissions/mob_spawn.dm +++ b/code/modules/awaymissions/mob_spawn.dm @@ -305,8 +305,6 @@ //Lavaland Bartender (ghost role). /obj/effect/mob_spawn/human/alive/bartender - death = FALSE - roundstart = FALSE random = TRUE allow_species_pick = TRUE name = "bartender sleeper" @@ -315,11 +313,10 @@ description = "Stuck on Lavaland, you could try getting back to civilisation...or serve drinks to those that wander by." flavour_text = "You are a space bartender! Time to mix drinks and change lives. Wait, where did your bar just get transported to?" assignedrole = "Space Bartender" + outfit = /datum/outfit/spacebartender //Lavaland Beach Turist(?) (ghost role). /obj/effect/mob_spawn/human/alive/beach - death = FALSE - roundstart = FALSE random = TRUE allow_species_pick = TRUE mob_name = "Beach Bum" @@ -329,6 +326,7 @@ flavour_text = "You are a beach bum! You think something just happened to the beach but you don't really pay too much attention." description = "Try to survive on lavaland or just enjoy the beach, waiting for visitors." assignedrole = "Beach Bum" + outfit = /datum/outfit/beachbum //Lavaland Beach Guard (ghost role). /obj/effect/mob_spawn/human/alive/beach/lifeguard @@ -367,14 +365,13 @@ //Lavaland Animal Doctor (ghost role). /obj/effect/mob_spawn/human/alive/doctor - death = FALSE - roundstart = FALSE random = TRUE name = "sleeper" icon = 'icons/obj/cryogenic2.dmi' icon_state = "sleeper" flavour_text = "You are a space doctor!" assignedrole = "Space Doctor" + outfit = /datum/outfit/job/doctor /obj/effect/mob_spawn/human/alive/doctor/equip(mob/living/carbon/human/H) ..() @@ -386,8 +383,6 @@ //Spooky Scary Skeleton... /obj/effect/mob_spawn/human/alive/skeleton - death = FALSE - roundstart = FALSE icon = 'icons/mob/simple_human.dmi' mob_species = /datum/species/skeleton icon_state = "skeleton"