Fixes (#289)
* - fix: Ling fixes. * - fix: Fix ghasp identity. * - fix: Low temp slowdown fix. * - fix: Crossbow fix. * - fix: Fix gamerules. * - fix: Fix shadow shackles. * - fix: Cleanup refund. * - fix: Can't pry runic door. * - fix: Fix crash. * - fix: Fix mood. * - fix: Fix dictionary.
This commit is contained in:
@@ -39,7 +39,6 @@ public sealed partial class ChangelingSystem
|
||||
if (!TryComp(args.Store, out StoreComponent? storeComponent))
|
||||
return;
|
||||
|
||||
storeComponent.Refunds = false;
|
||||
_storeSystem.DisableRefund(args.Store, storeComponent);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user