Skip to content

Commit

Permalink
Fix SpawnInHand not working for blood cultists (#2245)
Browse files Browse the repository at this point in the history
  • Loading branch information
GreaseMonk authored Oct 15, 2024
1 parent 6a02d88 commit 8b0aed1
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
back: ClothingBackpackBloodCultLootB
belt: ClothingBeltCultWebbing
inhand:
- SpawnInhandMeleeWeaponBloodCultHigh
- EldritchBlade

# Cultist (Melee)
- type: startingGear
Expand All @@ -37,7 +37,7 @@
belt: ClothingBeltCultWebbing
back: ClothingBackpackBloodCultLootD
inhand:
- SpawnInhandMeleeWeaponBloodCultLow
- EldritchBlade

# Cultist (Ranged)
- type: startingGear
Expand All @@ -51,7 +51,7 @@
back: ClothingBackpackBloodCultZealotLootA
belt: ClothingBeltQuiverCrossbowFilledBolt
inhand:
- SpawnInhandMeleeWeaponBloodCultLow
- EldritchBlade

# Cultist (Caster)
- type: startingGear
Expand Down Expand Up @@ -79,4 +79,4 @@
belt: ClothingBeltCultForceField
back: ClothingBackpackBloodCultLootA
inhand:
- SpawnInhandMeleeWeaponBloodCultHigh
- EldritchBlade

0 comments on commit 8b0aed1

Please sign in to comment.