made the guitars be able to be worn on suitstorage (#29048)
* made the guitars be able to be worn on suitstorage * minor fix
This commit is contained in:
parent
93197b6cce
commit
d3495fc51c
|
|
@ -21,6 +21,7 @@
|
|||
quickEquip: false
|
||||
slots:
|
||||
- back
|
||||
- suitStorage
|
||||
sprite: Objects/Fun/Instruments/eguitar.rsi
|
||||
- type: Tag
|
||||
tags:
|
||||
|
|
@ -50,6 +51,7 @@
|
|||
quickEquip: false
|
||||
slots:
|
||||
- back
|
||||
- suitStorage
|
||||
sprite: Objects/Fun/Instruments/bassguitar.rsi
|
||||
- type: Tag
|
||||
tags:
|
||||
|
|
@ -78,6 +80,7 @@
|
|||
quickEquip: false
|
||||
slots:
|
||||
- back
|
||||
- suitStorage
|
||||
sprite: Objects/Fun/Instruments/rockguitar.rsi
|
||||
- type: Tag
|
||||
tags:
|
||||
|
|
@ -120,6 +123,7 @@
|
|||
quickEquip: false
|
||||
slots:
|
||||
- back
|
||||
- suitStorage
|
||||
sprite: Objects/Fun/Instruments/guitar.rsi
|
||||
- type: Wieldable
|
||||
- type: Damageable # Smash it! Does 20 damage a hit, but breaks after 1 hit.
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 862 B |
|
|
@ -14,6 +14,10 @@
|
|||
"name": "equipped-BACKPACK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-SUITSTORAGE",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 845 B |
|
|
@ -14,6 +14,10 @@
|
|||
"name": "equipped-BACKPACK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-SUITSTORAGE",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
|
|
@ -29,6 +29,10 @@
|
|||
{
|
||||
"name": "equipped-BACKPACK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-SUITSTORAGE",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 803 B |
|
|
@ -14,6 +14,10 @@
|
|||
"name": "equipped-BACKPACK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-SUITSTORAGE",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
|
|
|
|||
Loading…
Reference in New Issue