2026/01/01
Fixed bug w/ Forest Master's Great Mallet ability.
This commit is contained in:
@@ -40,6 +40,7 @@ void main()
|
|||||||
if(!bHasMaul)
|
if(!bHasMaul)
|
||||||
{
|
{
|
||||||
FloatingTextStringOnCreature(GetStringByStrRef(16548+0x01000000), oPC, FALSE);
|
FloatingTextStringOnCreature(GetStringByStrRef(16548+0x01000000), oPC, FALSE);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
//:: Remove the Cleave or Great Cleave bonus feat from the maul being unequipped
|
//:: Remove the Cleave or Great Cleave bonus feat from the maul being unequipped
|
||||||
|
|||||||
@@ -40,6 +40,7 @@ void main()
|
|||||||
if(!bHasMaul)
|
if(!bHasMaul)
|
||||||
{
|
{
|
||||||
FloatingTextStringOnCreature(GetStringByStrRef(16548+0x01000000), oPC, FALSE);
|
FloatingTextStringOnCreature(GetStringByStrRef(16548+0x01000000), oPC, FALSE);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
//:: Remove the Cleave or Great Cleave bonus feat from the maul being unequipped
|
//:: Remove the Cleave or Great Cleave bonus feat from the maul being unequipped
|
||||||
|
|||||||
Reference in New Issue
Block a user