NWNDS/nwnds_anatomy2/acp_s35_ma_hung.nss
acidchalk bfc5847409 a mess
a clusterfuck of stuff
2021-08-11 04:02:43 -04:00

17 lines
319 B
Plaintext

/////////////////////////////////////////////////
// acp_s35_MA_hung
// Author: Adam Anden
// Creation Date: 28 January 2008
////////////////////////////////////////////////
#include "acp_S3_diffstyle"
//Sets Bear's Claw style
void main()
{
SetCustomFightingStyle(33);
SendMessageToPC(oPC, "Bear's Claw...");
}