Further file organization
Further file organization
This commit is contained in:
9
nwn/nwnprc/trunk/scripts/prc_stunfist.nss
Normal file
9
nwn/nwnprc/trunk/scripts/prc_stunfist.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "prc_alterations"
|
||||
#include "prc_inc_stunfist"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = OBJECT_SELF;
|
||||
IncrementRemainingFeatUses(oPC, FEAT_PRC_EXTRA_STUNNING);
|
||||
ConvertStunFistUses(oPC);
|
||||
}
|
Reference in New Issue
Block a user