Skip to content

Commit

Permalink
CMO Turtlenecks Loadout (Again) (Simple-Station#124)
Browse files Browse the repository at this point in the history
# Description

Re-adds CMO Turtleneck to the loadout (I swear to fucking god if I have
to re-add it again I am going to commit many war crimes)

---

# TODO

- [x] turtle neck 👍

# Changelog

<!--
You can add an author after the `:cl:` to change the name that appears
in the changelog (ex: `:cl: Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

:cl:
- add: CMO Turtleneck back to loadout
  • Loading branch information
sleepyyapril authored and angelofallars committed Jan 5, 2025
1 parent 04d8c79 commit 50149fc
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,7 @@
id: LoadoutChiefMedicalOfficerJumpsuit
- type: loadout
id: LoadoutChiefMedicalOfficerJumpskirt
- type: loadout
id: LoadoutChiefMedicalOfficerTurtleskirt # The Den
- type: loadout
id: LoadoutChiefMedicalOfficerTurtlesuit # The Den
26 changes: 26 additions & 0 deletions Resources/Prototypes/Loadouts/Jobs/Medical/chiefMedicalOfficer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,29 @@
- ChiefMedicalOfficer
items:
- ClothingUniformJumpskirtCMO

- type: loadout
id: LoadoutChiefMedicalOfficerTurtleskirt # The Den // LETS HOPE IT STICKS THIS TIME
category: JobsMedicalChiefMedicalOfficer
cost: 0
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutChiefMedicalOfficerUniforms
- !type:CharacterJobRequirement
jobs:
- ChiefMedicalOfficer
items:
- ClothingUniformJumpskirtCMOTurtle

- type: loadout
id: LoadoutChiefMedicalOfficerTurtlesuit # The Den
category: JobsMedicalChiefMedicalOfficer
cost: 0
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutChiefMedicalOfficerUniforms
- !type:CharacterJobRequirement
jobs:
- ChiefMedicalOfficer
items:
- ClothingUniformJumpsuitCMOTurtle

0 comments on commit 50149fc

Please sign in to comment.