all outer clothing has all suit storage (#3265)
* yml warfare * disable whitelist --------- Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
parent
32924e9281
commit
df61b83dfb
|
|
@ -250,6 +250,7 @@ public abstract partial class InventorySystem
|
|||
if (!HasComp(slotEntity, entry.Component.GetType()))
|
||||
return false;
|
||||
|
||||
continue; // DeltaV - ignore suit storage whitelist
|
||||
if (TryComp<AllowSuitStorageComponent>(slotEntity, out var comp) &&
|
||||
_whitelistSystem.IsWhitelistFailOrNull(comp.Whitelist, itemUid))
|
||||
return false;
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
- outerClothing
|
||||
- type: Sprite
|
||||
state: icon
|
||||
- type: AllowSuitStorage # DeltaV - allow suit storage for all outer clothing, no whitelist
|
||||
|
||||
- type: entity
|
||||
abstract: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue