* update time
* removing maps and adding petah for pr
* removed shitbox
---------
Co-authored-by: camrynz <99278536+camrynz@users.noreply.github.com>
- state: equipped-INNERCLOTHING-jumpsuit
- state: equipped-INNERCLOTHING-shirt
color: "#b30000"
+
+- type: entity
+ parent: ClothingUniformBase
+ id: ClothingUniformJumpsuitFamilyGuy
+ name: familiar garbs
+ description: Makes you remember the time you did something funny.
+ components:
+ - type: Sprite
+ sprite: Clothing/Uniforms/Jumpsuit/familiar_garbs.rsi
+ - type: Clothing
+ sprite: Clothing/Uniforms/Jumpsuit/familiar_garbs.rsi
\ No newline at end of file
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken from bartender outfit in SS14, edited by noctyrnal.",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-INNERCLOTHING",
+ "directions": 4
+ },
+ {
+ "name": "equipped-INNERCLOTHING-monkey",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}