Nyyrazzilyss / NyyLIB

Mudlet client script for Torilmud
http://www.torilmud.com/phpBB3/viewtopic.php?f=4&t=27194
GNU General Public License v2.0
7 stars 4 forks source link

HexBlade: power aliases that conflict with other class spells are ignored #256

Closed gonoph closed 4 years ago

gonoph commented 5 years ago

Hexblade power is Soulcutter [su] conflicts with lich siphon undead [su] in spell handler code:

Name             : Soulcutter [su]

Also, lich siphon undead alias is [su]:

Name             : Siphon Undead [su]

In the Nyy Script Spell Powers Header:

powerAliases["Lic"] ={
# snip
{ "siphon_undead", "su", 46, "turnundead", true, "Siphon|Undead"}
# snip
}
Nyyrazzilyss commented 4 years ago

10/13/19 012dev