Skip to content

Commit

Permalink
Fixes shiva panic room insert presets (#7152)
Browse files Browse the repository at this point in the history
# About the pull request

Survivor doctors and scientists for the shiva snowball panic room
nightmare insert now spawn with the correct presets.

# Explain why it's good for the game

Bad for snow map survivors to have no snow gear.


# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
fix: Scientists and Doctors from the Shiva panic room nightmare insert
now spawn with snow gear as intended.
/:cl:
  • Loading branch information
realforest2001 committed Sep 14, 2024
1 parent d226d88 commit 1a13791
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 1a13791

Please sign in to comment.