Skip to content

Commit

Permalink
fix loadout restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
RadsammyT committed Jan 5, 2025
1 parent e440c6a commit 8e5878e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Resources/Prototypes/Loadouts/Generic/items.yml
Original file line number Diff line number Diff line change
Expand Up @@ -831,18 +831,20 @@
id: LoadoutItemBlackDeck
category: Items
cost: 3
canBeHeirloom: true
canBeHeirloom: false
items:
- CardBoxBlack
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutCards

- type: loadout
id: LoadoutItemNTDeck
category: Items
cost: 3
canBeHeirloom: true
canBeHeirloom: false
items:
- CardBoxNanotrasen
requirements:
- !type:CharacterDepartmentTimeRequirement
department: Command
min: 36000
- !type:CharacterItemGroupRequirement
group: LoadoutCards

0 comments on commit 8e5878e

Please sign in to comment.