Skip to content

Commit

Permalink
fixes upp medic/sapper survivor paygrade (#4646)
Browse files Browse the repository at this point in the history
# About the pull request

fixes the paygrade for UPP medic/sapper survivor because i forgot they
existed in the pr i made simplifying ranks

# Explain why it's good for the game

Korporal Medic "SURVIVOR FRAGGER" Guy says, "I wanna frag xenos" > UE3M
Medic "SURVIVOR FRAGGER" Guy says, "I wanna frag xenos"

# Testing Photographs and Procedure

Probably works I did not test this.

# Changelog
:cl:
fix: UPP Sapper/Medic survivor use their correct paygrade instead of
UE3M/UE3S
/:cl:
  • Loading branch information
CapCamIII authored Oct 13, 2023
1 parent 5c2b9cd commit 2a14790
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
//crashlanding-upp-bar.dmm
/datum/equipment_preset/survivor/upp/sapper
name = "Survivor - UPP Sapper"
paygrade = "UE3S"
paygrade = "UE3"
assignment = JOB_UPP_ENGI
rank = JOB_UPP_ENGI
skills = /datum/skills/military/survivor/upp_sapper
Expand Down Expand Up @@ -92,7 +92,7 @@
//crashlanding-upp-bar.dmm
/datum/equipment_preset/survivor/upp/medic
name = "Survivor - UPP Medic"
paygrade = "UE3M"
paygrade = "UE3"
assignment = JOB_UPP_MEDIC
rank = JOB_UPP_MEDIC
skills = /datum/skills/military/survivor/upp_medic
Expand Down

0 comments on commit 2a14790

Please sign in to comment.