Skip to content

Commit

Permalink
fix observe menu bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzmike authored Jun 7, 2024
1 parent a00bdd9 commit 4430cbb
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@

/datum/equipment_preset/survivor/pmc/medic
name = "Survivor - PMC Medic"
assignment = JOB_PMC_MEDIC
rank = JOB_PMC_MEDIC
assignment = "Colony PMC Medic"
paygrade = PAY_SHORT_PMC_MS
skills = /datum/skills/civilian/survivor/pmc/medic

Expand All @@ -64,8 +63,7 @@

/datum/equipment_preset/survivor/pmc/engineer
name = "Survivor - PMC Engineer"
assignment = JOB_PMC_ENGINEER
rank = JOB_PMC_ENGINEER
assignment = "Colony PMC Engineer"
paygrade = PAY_SHORT_PMC_TEC
skills = /datum/skills/civilian/survivor/pmc/engineer

Expand Down

0 comments on commit 4430cbb

Please sign in to comment.