Skip to content

Commit

Permalink
Fixes UPP Soldier preset (cmss13-devs#4226)
Browse files Browse the repository at this point in the history
# About the pull request

UPP soldier preset was getting overridden by the base UPP survivor
preset via having the same preset name. 😢

Fixes.


# Explain why it's good for the game

People will stop pinging me thinking my UPP gun PR is the thing causing
the issue.


# Changelog
:cl:
fix: UPP soldier preset works again
/:cl:
  • Loading branch information
CapCamIII committed Aug 22, 2023
1 parent a252f0c commit 4313359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/gear_presets/survivors.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1577,7 +1577,7 @@
..()

/datum/equipment_preset/survivor/upp
name = "UPP Soldier"
name = "Survivor - UPP"
paygrade = "UE1"
origin_override = ORIGIN_UPP
rank = JOB_SURVIVOR
Expand Down

0 comments on commit 4313359

Please sign in to comment.