Clothing and pronoun fields (#2689)
* Clothing & Gender fields: Add to database [MODIFIED TO NOT DEPEND ON SAPHIRE-DB-REFACTOR] Sorry about this, Saphire. * Clothing & Gender fields: Add UI [FALLBACK II] * Clothing & Gender fields: Actually apply gender * Clothing & Gender fields: Import innerclothingskirt field from my previous attempt Couldn't import actual prototypes because of a change to IDs * Clothing & Gender fields: Add innerclothingskirt field to everything * Clothing & Gender fields: Jumpskirts now work * Clothing & Gender fields: Gender field will follow sex field if it's not different (UX improvement) [FALLBACK II] * Clothing & Gender fields: Gender -> Pronouns to reduce confusion. Also, fix profile summary. Properly. [FALLBACK II] * Clothing & Pronoun fields: Refactor so that profile equipment adjustments are performed in StartingGearPrototype.
This commit is contained in:
@@ -20,3 +20,5 @@
|
||||
shoes: ClothingShoesColorBlack
|
||||
idcard: CargoPDA
|
||||
ears: ClothingHeadsetCargo
|
||||
innerclothingskirt: ClothingUniformJumpskirtCargo
|
||||
|
||||
|
||||
@@ -21,3 +21,5 @@
|
||||
shoes: ClothingShoesColorBrown
|
||||
idcard: QuartermasterPDA
|
||||
ears: ClothingHeadsetCargo
|
||||
innerclothingskirt: ClothingUniformJumpskirtQM
|
||||
|
||||
|
||||
@@ -17,3 +17,5 @@
|
||||
shoes: ClothingShoesColorBlack
|
||||
idcard: AssistantPDA
|
||||
ears: ClothingHeadsetService
|
||||
innerclothingskirt: ClothingUniformJumpskirtColorGrey
|
||||
|
||||
|
||||
@@ -21,3 +21,5 @@
|
||||
shoes: ClothingShoesColorBlack
|
||||
idcard: BartenderPDA
|
||||
ears: ClothingHeadsetService
|
||||
innerclothingskirt: ClothingUniformJumpskirtBartender
|
||||
|
||||
|
||||
@@ -21,3 +21,5 @@
|
||||
idcard: BotanistPDA
|
||||
ears: ClothingHeadsetService
|
||||
outerclothing: ClothingOuterApronBotanist
|
||||
innerclothingskirt: ClothingUniformJumpskirtHydroponics
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
# access:
|
||||
# - Chapel
|
||||
# - Maintenance
|
||||
|
||||
#- type: startingGear
|
||||
# id: ChaplainGear
|
||||
# equipment:
|
||||
@@ -18,3 +17,5 @@
|
||||
# shoes: ClothingShoesColorBlack
|
||||
# idcard: ChaplainPDA
|
||||
# ears: ClothingHeadsetService
|
||||
# innerclothingskirt: ClothingUniformJumpskirtChaplain
|
||||
|
||||
|
||||
@@ -21,3 +21,5 @@
|
||||
idcard: ChefPDA
|
||||
ears: ClothingHeadsetService
|
||||
outerclothing: ClothingOuterApronChef
|
||||
innerclothingskirt: ClothingUniformJumpskirtChef
|
||||
|
||||
|
||||
@@ -20,3 +20,5 @@
|
||||
idcard: JanitorPDA
|
||||
ears: ClothingHeadsetService
|
||||
belt: ClothingBeltJanitorFilled
|
||||
innerclothingskirt: ClothingUniformJumpskirtJanitor
|
||||
|
||||
|
||||
@@ -24,3 +24,5 @@
|
||||
mask: ClothingMaskMime
|
||||
idcard: MimePDA
|
||||
ears: ClothingHeadsetService
|
||||
innerclothingskirt: ClothingUniformJumpskirtMime
|
||||
|
||||
|
||||
@@ -28,3 +28,5 @@
|
||||
head: ClothingHeadHatHopcap
|
||||
idcard: HoPPDA
|
||||
ears: ClothingHeadsetAltCommand
|
||||
innerclothingskirt: ClothingUniformJumpskirtHoP
|
||||
|
||||
|
||||
@@ -25,3 +25,5 @@
|
||||
idcard: CEPDA
|
||||
ears: ClothingHeadsetEngineering
|
||||
belt: ClothingBeltChiefEngineerFilled
|
||||
innerclothingskirt: ClothingUniformJumpskirtChiefEngineer
|
||||
|
||||
|
||||
@@ -23,3 +23,5 @@
|
||||
idcard: EngineerPDA
|
||||
belt: ClothingBeltUtilityFilled
|
||||
ears: ClothingHeadsetEngineering
|
||||
innerclothingskirt: ClothingUniformJumpskirtEngineering
|
||||
|
||||
|
||||
@@ -26,3 +26,5 @@
|
||||
idcard: CMOPDA
|
||||
ears: ClothingHeadsetAltMedical
|
||||
belt: ClothingBeltMedical
|
||||
innerclothingskirt: ClothingUniformJumpskirtCMO
|
||||
|
||||
|
||||
@@ -21,3 +21,5 @@
|
||||
idcard: MedicalPDA
|
||||
ears: ClothingHeadsetMedical
|
||||
belt: ClothingBeltMedical
|
||||
innerclothingskirt: ClothingUniformJumpskirtMedicalDoctor
|
||||
|
||||
|
||||
@@ -22,3 +22,5 @@
|
||||
shoes: ClothingShoesColorBrown
|
||||
idcard: RnDPDA
|
||||
ears: ClothingHeadsetScience
|
||||
innerclothingskirt: ClothingUniformJumpskirtResearchDirector
|
||||
|
||||
|
||||
@@ -20,3 +20,5 @@
|
||||
outerclothing: ClothingOuterCoatLab
|
||||
idcard: SciencePDA
|
||||
ears: ClothingHeadsetScience
|
||||
innerclothingskirt: ClothingUniformJumpskirtScientist
|
||||
|
||||
|
||||
@@ -29,3 +29,5 @@
|
||||
idcard: HoSPDA
|
||||
ears: ClothingHeadsetAltSecurity
|
||||
belt: ClothingBeltSecurityFilled
|
||||
innerclothingskirt: ClothingUniformJumpskirtHoS
|
||||
|
||||
|
||||
@@ -24,3 +24,5 @@
|
||||
idcard: SecurityPDA
|
||||
ears: ClothingHeadsetSecurity
|
||||
belt: ClothingBeltSecurityFilled
|
||||
innerclothingskirt: ClothingUniformJumpskirtSec
|
||||
|
||||
|
||||
@@ -25,3 +25,5 @@
|
||||
idcard: WardenPDA
|
||||
ears: ClothingHeadsetSecurity
|
||||
belt: ClothingBeltSecurityFilled
|
||||
innerclothingskirt: ClothingUniformJumpskirtWarden
|
||||
|
||||
|
||||
Reference in New Issue
Block a user