PoA_PRC8/module/nss/sf_t_prev.nss
Jaysyn904 128e7e59a4 Initial upload
Initial upload
2022-10-07 14:20:31 -04:00

14 lines
203 B
Plaintext

void main()
{
object oPC = GetPCSpeaker();
int nTailType = GetCreatureTailType(oPC) - 1;
if (nTailType == 0)
{
nTailType = 14;
}
SetCreatureWingType(nTailType, oPC);
}