all outer clothing has all suit storage (#3265)

* yml warfare

* disable whitelist

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
deltanedas 2025-03-19 01:25:07 +00:00 committed by GitHub
parent 32924e9281
commit df61b83dfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -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;

View File

@ -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