2026/01/08 Update
Hexblade shouldn't get Medium Armor prof. Weapon Specialization Whip isn't a Warblade bonus feat. Reorganized packages.2da. Fixed potential issue with SetCompositeBonusT(). Added materials iprops to material based crafting. Fixed bug w/ DoTrip(). Added heartbeat script to Monk to properly handle monk sizes. Cleaned up PRCGetCreatureSize(). Set Shielded Casting to use TagItemProperty(). Archivist now has a Lore check to learn spells from scrolls. Set Dragonfire Strike to use TagItemProperty(). Setup Forsaker to use TagItemProperty(). Fixed distance mismatch with Necrocarnum Shroud. Added too much debugging for the unarmed stuff. Cloudkill now obeys Mastery of Shapes.
This commit is contained in:
12
nwn/nwnprc/trunk/scripts/prc_monk.nss
Normal file
12
nwn/nwnprc/trunk/scripts/prc_monk.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "prc_inc_unarmed"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = OBJECT_SELF;
|
||||
|
||||
if(GetLevelByClass(CLASS_TYPE_MONK, oPC) > 0)
|
||||
{
|
||||
SetLocalInt(oPC, CALL_UNARMED_FEATS, TRUE);
|
||||
SetLocalInt(oPC, CALL_UNARMED_FISTS, TRUE);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user