Space Station 13 - Nebula13 - Modules - TypesDefine Details

code/__defines/items_clothing.dm

LOADOUT_CONFLICT_DELETEIf this item conflicts with a loadout item, simply delete it.
LOADOUT_CONFLICT_STORAGEIf this item conflicts with a loadout item, place this item in storage.
LOADOUT_CONFLICT_KEEPIf this item conflicts with a loadout item, place THE LOADOUT ITEM in storage.

Define Details

LOADOUT_CONFLICT_DELETE

If this item conflicts with a loadout item, simply delete it.

LOADOUT_CONFLICT_KEEP

If this item conflicts with a loadout item, place THE LOADOUT ITEM in storage.

LOADOUT_CONFLICT_STORAGE

If this item conflicts with a loadout item, place this item in storage.