From 24632ad4f6a83a775378842c234f24b48b2ed70a Mon Sep 17 00:00:00 2001 From: zzzmike <85382350+zzzmike@users.noreply.github.com> Date: Thu, 20 Jun 2024 01:12:07 -0700 Subject: [PATCH] fixes observe menu bug (#6391) # About the pull request Fixes observe menu bug, PMC engineer was being listed as Human category and not Survivor round 22539. Looking at the code it seems like the same thing should happen for PMC medic too, so made the same changes there. # Explain why it's good for the game My immersion. # Testing Photographs and Procedure
Screenshots & Videos Put screenshots and videos here with an empty line between the screenshots and the `
` tags.
# Changelog :cl: fix: more survivors now listed in survivor category on observe menu /:cl: --- .../survivors/solaris/crashlanding-offices_insert_bigred.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/gear_presets/survivors/solaris/crashlanding-offices_insert_bigred.dm b/code/modules/gear_presets/survivors/solaris/crashlanding-offices_insert_bigred.dm index 66992f2508c0..124bf2772be5 100644 --- a/code/modules/gear_presets/survivors/solaris/crashlanding-offices_insert_bigred.dm +++ b/code/modules/gear_presets/survivors/solaris/crashlanding-offices_insert_bigred.dm @@ -45,7 +45,6 @@ /datum/equipment_preset/survivor/pmc/medic name = "Survivor - PMC Medic" assignment = JOB_PMC_MEDIC - rank = JOB_PMC_MEDIC paygrade = PAY_SHORT_PMC_MS skills = /datum/skills/civilian/survivor/pmc/medic @@ -65,7 +64,6 @@ /datum/equipment_preset/survivor/pmc/engineer name = "Survivor - PMC Engineer" assignment = JOB_PMC_ENGINEER - rank = JOB_PMC_ENGINEER paygrade = PAY_SHORT_PMC_TEC skills = /datum/skills/civilian/survivor/pmc/engineer