Closed saintmuntzer closed 1 month ago
RSI Diff Bot; head commit 47492559009adbaa4e00eb047ee188771898e3fa merging into c5a9d65099baeb5a997eaed21f64050cf8862df3 This PR makes changes to 1 or more RSIs. Here is a summary of all changes:
| State | Old | New | Status | --- | --- | --- | --- | | bedroll_rolled | ![](https://raw.githubusercontent.com/Vault-Overseers/nuclear-14/c5a9d65099baeb5a997eaed21f64050cf8862df3/Resources/Textures/_Nuclear14/Structures/Furniture/bedsandchairs.rsi/bedroll_rolled.png) | ![](https://raw.githubusercontent.com/saintmuntzer/nuclear-14/47492559009adbaa4e00eb047ee188771898e3fa/Resources/Textures/_Nuclear14/Structures/Furniture/bedsandchairs.rsi/bedroll_rolled.png) | Modified | bedroll_unrolled | ![](https://raw.githubusercontent.com/Vault-Overseers/nuclear-14/c5a9d65099baeb5a997eaed21f64050cf8862df3/Resources/Textures/_Nuclear14/Structures/Furniture/bedsandchairs.rsi/bedroll_unrolled.png) | ![](https://raw.githubusercontent.com/saintmuntzer/nuclear-14/47492559009adbaa4e00eb047ee188771898e3fa/Resources/Textures/_Nuclear14/Structures/Furniture/bedsandchairs.rsi/bedroll_unrolled.png) | Modified
Edit: diff updated after 47492559009adbaa4e00eb047ee188771898e3fa
Description
Reworks bedrolls to behave more like rollerbeds; rather than separate item and structure entities, the bedroll simply has a "rolled" and "unrolled" state.
Things that might be especially in need of review:
Content.Shared.Buckle.Components.StrapComponent
to include[DataField, AutoNetworkedField]
on theEnabled
variable and then using the code from a271b52, but I don't know if that would have other implications.TODO