Skip to content

Commit

Permalink
Fixiki
Browse files Browse the repository at this point in the history
Fix clown shoes and sexyclown mask
Fix lino
  • Loading branch information
Gersoon458 committed Aug 31, 2024
1 parent 616ba29 commit a61da08
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
48 changes: 48 additions & 0 deletions Resources/Prototypes/Entities/Objects/Misc/tiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,54 @@
- type: Stack
stackType: FloorTileLino

- type: entity
name: white linoleum floor
parent: FloorTileItemLino
id: FloorTileItemLinoWhite
components:
- type: Sprite
state: lino-white
- type: Item
heldPrefix: steel
- type: FloorTile
outputs:
- Plating
- FloorLinoWhite
- type: Stack
stackType: FloorTileLino

- type: entity
name: grey linoleum floor
parent: FloorTileItemLino
id: FloorTileItemLinoGrey
components:
- type: Sprite
state: lino-grey
- type: Item
heldPrefix: steel
- type: FloorTile
outputs:
- Plating
- FloorLinoGrey
- type: Stack
stackType: FloorTileLino

- type: entity
name: dark linoleum floor
parent: FloorTileItemLino
id: FloorTileItemLinoDark
components:
- type: Sprite
state: lino-dark
- type: Item
heldPrefix: steel
- type: FloorTile
outputs:
- Plating
- FloorLinoDark
- type: Stack
stackType: FloorTileLino

- type: entity
name: filled brass plate
parent: FloorTileItemBase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
{
"name": "equipped-MASK-reptilian",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Binary file not shown.

0 comments on commit a61da08

Please sign in to comment.