Hotfix for Body Bags (#9155)
* Oops * Requested changes * Renamed * rename Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -47,7 +47,7 @@ public abstract class SharedFoldableSystem : EntitySystem
|
||||
public virtual void SetFolded(FoldableComponent component, bool folded)
|
||||
{
|
||||
component.IsFolded = folded;
|
||||
component.Dirty();
|
||||
Dirty(component);
|
||||
|
||||
if (TryComp(component.Owner, out AppearanceComponent? appearance))
|
||||
appearance.SetData(FoldKey, folded);
|
||||
|
||||
Reference in New Issue
Block a user