Make Captain's Jacket able to hold 5 things
It's stupid that all jobs can hold stuff in their jumpsuits except Captain.
This commit is contained in:
committed by
GitHub
parent
465b848cb4
commit
9c610a1a82
@@ -34,6 +34,10 @@
|
||||
<sprite texture="captainTorso.png" limb="RightArm" sourcerect="30,0,17,42" origin="0.5,0.5" hidelimb="true"/>
|
||||
<sprite texture="captainTorso.png" limb="LeftArm" sourcerect="30,0,17,42" origin="0.5,0.5" hidelimb="true"/>
|
||||
</Wearable>
|
||||
|
||||
<ItemContainer capacity="5">
|
||||
<Containable name="smallitem"/>
|
||||
</ItemContainer>
|
||||
</Item>
|
||||
|
||||
<Item
|
||||
|
||||
Reference in New Issue
Block a user