mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-16 15:37:14 -05:00
10 lines
194 B
Plaintext
10 lines
194 B
Plaintext
#include "prc_alterations"
|
|
#include "prc_inc_stunfist"
|
|
|
|
void main()
|
|
{
|
|
object oPC = OBJECT_SELF;
|
|
IncrementRemainingFeatUses(oPC, FEAT_PRC_EXTRA_STUNNING);
|
|
ConvertStunFistUses(oPC);
|
|
}
|