Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nudity Permit #389

Merged
merged 2 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
ClothingEyesGlasses: 6
ClothingHandsGlovesColorBlack: 4
ClothingEyesGlassesCheapSunglasses: 2
ClothingUniformLoinCloth: 5 # FloofStation
ClothingUniformNudityPermit: 5 # FloofStation
ClothingNeckCollarBlue: 1 # Floofstation - Collar addition
ClothingNeckCollarBlack: 1 # Floofstation - Collar addition
ClothingNeckCollarPink: 1 # Floofstation - Collar addition
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
- type: loadout
id: LoadoutClothingJumpsuitSuitWhiteMob
- type: loadout
id: LoadoutUniformLoinCloth
id: ClothingUniformNudityPermit
- type: loadout
id: LoadoutUniformJumpskirtTacticalMaid
- type: loadout
Expand Down
10 changes: 5 additions & 5 deletions Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
- type: entity
parent: ClothingUniformBase
id: ClothingUniformLoinCloth
name: loin cloth
description: A piece of cloth wrapped around the waist.
id: ClothingUniformNudityPermit
name: public nudity permit
description: This permit entitles the bearer to conduct their duties without a uniform. Normally issued to furred crewmembers or those with nothing to hide.
components:
- type: Item
size: Small
- type: Sprite
sprite: Floof/Clothing/Uniforms/loincloth.rsi
sprite: Floof/Clothing/Uniforms/nuditypermit.rsi
- type: Clothing
sprite: Floof/Clothing/Uniforms/loincloth.rsi
sprite: Floof/Clothing/Uniforms/nuditypermit.rsi
equipDelay: 0
unequipDelay: 0
- type: Tag #DeltaV, needed for species with nonhuman legs/can only wear skirts
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Floof/Loadouts/uniform.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
- type: loadout
id: LoadoutUniformLoinCloth
id: ClothingUniformNudityPermit
category: Uniform
cost: 0
exclusive: true
items:
- ClothingUniformLoinCloth
- ClothingUniformNudityPermit
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutUniformsCivilian2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- type: startingGear
id: AnomalyGear
equipment:
jumpsuit: ClothingUniformLoinCloth
jumpsuit: ClothingUniformNudityPermit
shoes: ClothingClothWrap
id: AnomalyIDCard
ears: ClothingHeadsetGrey
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading