Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes shiva panic room insert presets #7152

Merged
merged 1 commit into from
Sep 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions code/game/objects/effects/landmarks/survivor_spawner.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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("<h2>You are a Medical Doctor on the Colony!</h2>",\
"<span class='notice'>You are aware of the xenomorph threat.</span>",\
Expand All @@ -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("<h2>You are a Weyland-Yutani Scientist on the Colony!</h2>",\
"<span class='notice'>You are aware of the xenomorph threat.</span>",\
Expand Down
Loading