From 6beb592c56001de908b7edea7ff9977f041b1ca5 Mon Sep 17 00:00:00 2001 From: Jaysyn904 <68194417+Jaysyn904@users.noreply.github.com> Date: Thu, 1 Jan 2026 10:23:41 -0500 Subject: [PATCH] 2026/01/01 Fixed bug w/ Forest Master's Great Mallet ability. --- nwn/nwnprc/trunk/scripts/prc_fm_icy_mal.nss | 1 + nwn/nwnprc/trunk/scripts/prc_fm_shock_mal.nss | 1 + 2 files changed, 2 insertions(+) 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