code/__defines/items_clothing.dm 
| LOADOUT_CONFLICT_DELETE | If this item conflicts with a loadout item, simply delete it. |
|---|---|
| LOADOUT_CONFLICT_STORAGE | If this item conflicts with a loadout item, place this item in storage. |
| LOADOUT_CONFLICT_KEEP | If 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.