From 6aa7a7eb177748cebf161f95c0e614c6aacfac3b Mon Sep 17 00:00:00 2001 From: forest2001 Date: Thu, 12 Sep 2024 12:57:23 +0100 Subject: [PATCH] fix --- code/game/objects/effects/landmarks/survivor_spawner.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/effects/landmarks/survivor_spawner.dm b/code/game/objects/effects/landmarks/survivor_spawner.dm index d9cd1906233e..ce83712aee7b 100644 --- a/code/game/objects/effects/landmarks/survivor_spawner.dm +++ b/code/game/objects/effects/landmarks/survivor_spawner.dm @@ -169,7 +169,7 @@ spawn_priority = SPAWN_PRIORITY_VERY_HIGH /obj/effect/landmark/survivor_spawner/shivas_panic_room_doc - equipment = /datum/equipment_preset/survivor/doctor + equipment = /datum/equipment_preset/survivor/doctor/shiva synth_equipment = /datum/equipment_preset/synth/survivor/emt_synth intro_text = list("

You are a Medical Doctor on the Colony!

",\ "You are aware of the xenomorph threat.",\ @@ -179,7 +179,7 @@ spawn_priority = SPAWN_PRIORITY_HIGH /obj/effect/landmark/survivor_spawner/shivas_panic_room_sci - equipment = /datum/equipment_preset/survivor/scientist + equipment = /datum/equipment_preset/survivor/scientist/shiva synth_equipment = /datum/equipment_preset/synth/survivor/scientist_synth intro_text = list("

You are a Weyland-Yutani Scientist on the Colony!

",\ "You are aware of the xenomorph threat.",\