diff --git a/nwn/nwnprc/trunk/scripts/prc_fm_icy_mal.nss b/nwn/nwnprc/trunk/scripts/prc_fm_icy_mal.nss index 5a72d228..8bce25fd 100644 --- a/nwn/nwnprc/trunk/scripts/prc_fm_icy_mal.nss +++ b/nwn/nwnprc/trunk/scripts/prc_fm_icy_mal.nss @@ -40,6 +40,7 @@ void main() if(!bHasMaul) { FloatingTextStringOnCreature(GetStringByStrRef(16548+0x01000000), oPC, FALSE); + return; } //:: Remove the Cleave or Great Cleave bonus feat from the maul being unequipped diff --git a/nwn/nwnprc/trunk/scripts/prc_fm_shock_mal.nss b/nwn/nwnprc/trunk/scripts/prc_fm_shock_mal.nss index 43d83dee..dbb38f4d 100644 --- a/nwn/nwnprc/trunk/scripts/prc_fm_shock_mal.nss +++ b/nwn/nwnprc/trunk/scripts/prc_fm_shock_mal.nss @@ -40,6 +40,7 @@ void main() if(!bHasMaul) { FloatingTextStringOnCreature(GetStringByStrRef(16548+0x01000000), oPC, FALSE); + return; } //:: Remove the Cleave or Great Cleave bonus feat from the maul being unequipped