there is a 7th enchantment in the code, and its string was wrong

This commit is contained in:
2025-01-23 17:34:09 -06:00
committed by Celtic Minstrel
parent f4d1c9984b
commit 0aaac89b03
3 changed files with 3 additions and 1 deletions

View File

@@ -74,4 +74,4 @@ cEnchant E_SHOOT_FLAME = cEnchant(eEnchant::SHOOT_FLAME, "F").withCost(8).withAb
cEnchant E_FLAMING = cEnchant(eEnchant::FLAMING, "F!").withCost(15).withAbility(eItemAbil::DAMAGING_WEAPON, 5, eDamageType::FIRE).finish();
cEnchant E_PLUS_FIVE = cEnchant(eEnchant::PLUS_FIVE, "+5").withCost(15).withBonus(5).finish();
cEnchant E_BLESSED = cEnchant(eEnchant::BLESSED, "B").withCost(10).withBonus(1).withAbility(eItemAbil::AFFECT_STATUS, 5, eStatus::BLESS_CURSE);
cEnchant E_PLUS_FOUR = cEnchant(eEnchant::PLUS_FOUR, "+5").withCost(15).withBonus(4).finish();
cEnchant E_PLUS_FOUR = cEnchant(eEnchant::PLUS_FOUR, "+4").withCost(15).withBonus(4).finish();