(321793927) Always show the outer clothes slot. Reordered the slots so that the most frequently used ones are closer to the "main" inventory.
This commit is contained in:
@@ -184,7 +184,7 @@ namespace Barotrauma
|
||||
|
||||
if (slots == null) CreateSlots();
|
||||
|
||||
var upperSlots = InvSlotType.Card | InvSlotType.Headset | InvSlotType.InnerClothes | InvSlotType.Head;
|
||||
var upperSlots = InvSlotType.Card | InvSlotType.Headset | InvSlotType.InnerClothes | InvSlotType.Head | InvSlotType.OuterClothes;
|
||||
|
||||
switch (layout)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user