Skip to content

Commit

Permalink
hotfix inventory slots dissapear in roundstart
Browse files Browse the repository at this point in the history
Basically reverts disabling feature of limbs cutting
  • Loading branch information
TokenStyle committed Nov 27, 2024
1 parent c6baee7 commit c791eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/Inventory/InventorySystem.Slots.cs
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public void SetSlotStatus(EntityUid uid, string slotName, bool isDisabled, Inven
_randomHelper.RandomOffset(entityUid, 0.5f);
}
}
slot.Disabled = isDisabled;
//slot.Disabled = isDisabled; // CorvaxNext: TURNED OFF FEATURE, would be fixed today maybe with proper limbs cutting disables appropriate slot(-s)
break;
}

Expand Down

0 comments on commit c791eb3

Please sign in to comment.