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 27b05d8 commit 4c04272
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 @@ -219,7 +219,7 @@ public void SetSlotStatus(EntityUid uid, string slotName, bool isDisabled, Inven
_randomHelper.RandomOffset(entityUid, 0.5f);
}
}
slot.Disabled = isDisabled;
//slot.Disabled = isDisabled; // Backmen: surgery TURNED OFF FEATURE, would be fixed today maybe with proper limbs cutting disables appropriate slot(-s)
break;
}

Expand Down

0 comments on commit 4c04272

Please sign in to comment.