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

Mirror: More good looking inventory part 2.2 (instruments version) #189

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
5 changes: 3 additions & 2 deletions Resources/Prototypes/Entities/Clothing/Head/hats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -809,8 +809,8 @@
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatMagician
name: magician's top hat.
description: "A magician's top hat."
name: magician's tophat
description: "A magician's tophat."
components:
- type: Icon
sprite: Clothing/Head/Hats/magician.rsi
Expand All @@ -827,6 +827,7 @@
- type: Item
size: Small
sprite: Clothing/Head/Hats/magician.rsi
storedRotation: 0
- type: Storage
grid:
- 0,0,0,0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
program: 125
- type: Item
size: Small
storedRotation: -90

- type: entity
parent: BaseHandheldInstrument
Expand Down Expand Up @@ -118,6 +119,7 @@
- type: Item
size: Small
sprite: Objects/Fun/Instruments/gunpet.rsi
storedRotation: -90
- type: Tag
tags:
- Sidearm
Expand All @@ -141,6 +143,7 @@
- type: Item
sprite: Objects/Fun/Instruments/bike_horn.rsi
size: Small
storedRotation: -90
- type: Clothing
sprite: Objects/Fun/Instruments/bike_horn.rsi
slots: [Belt]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@
- type: Tag
tags:
- KeyedInstrument
- type: Item
size: Small

- type: entity
parent: BaseHandheldInstrument
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
sprite: Objects/Fun/Instruments/panflute.rsi
state: icon
- type: Item
size: Normal
size: Small
sprite: Objects/Fun/Instruments/panflute.rsi
- type: Tag
tags:
Expand All @@ -160,8 +160,9 @@
sprite: Objects/Fun/Instruments/ocarina.rsi
state: icon
- type: Item
size: Normal
size: Small
sprite: Objects/Fun/Instruments/ocarina.rsi
storedRotation: -90
- type: Tag
tags:
- WoodwindInstrument
Expand Down
Loading