-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6dde73c
commit 10fe119
Showing
3 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
- type: entity | ||
parent: ClothingUniformBase | ||
id: ClothingUniformNudePermit | ||
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/permit-nude.rsi | ||
- type: Clothing | ||
sprite: Floof/Clothing/Uniforms/permit-nude.rsi | ||
equipDelay: 0 | ||
unequipDelay: 0 |
Binary file added
BIN
+198 Bytes
Resources/Textures/Floof/Clothing/Uniforms/permit-nude.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions
14
Resources/Textures/Floof/Clothing/Uniforms/permit-nude.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from https://github.com/VOREStation/VOREStation", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
} | ||
] | ||
} |