Skip to content

Commit

Permalink
Linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
DebugOk committed Jan 21, 2024
1 parent 69b1cdb commit 1578f3a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
parent: BaseItem
components:
- type: Item
size: 1
size: Tiny
- type: Reflective
- type: Appearance
- type: FlyBySound
Expand Down
18 changes: 12 additions & 6 deletions Resources/Prototypes/Nyanotrasen/Entities/Clothing/Belt/belts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,15 @@
state: sheath
- type: Clothing
sprite: Nyanotrasen/Clothing/Belt/katanasheath.rsi
- type: Storage
capacity: 25
whitelist:
tags:
- Katana
- type: ItemSlots
slots:
item:
name: Sabre
insertVerbText: sheath-insert-verb
ejectVerbText: sheath-eject-verb
whitelist:
tags:
- Katana
- type: ItemMapper
mapLayers:
sheath-sabre:
Expand All @@ -76,7 +80,9 @@
- type: Item
size: Large
- type: Storage
capacity: 40 # Buffed for Velta usage; it's just a drippier chest rig.
maxItemSize: Normal
grid:
- 0,0,6,2
- type: Tag
tags:
- BeltSlotNotBelt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
- type: Item
size: Large
- type: Storage
capacity: 120
grid:
- 0,0,5,3
quickInsert: true
whitelist:
components:
Expand Down

0 comments on commit 1578f3a

Please sign in to comment.