PRC8_fork/trunk/newspellbook/moi_inc_perfect.nss
Jaysyn904 1662218bb4 Initial upload.
Adding base PRC 4.19a files to repository.
2022-10-07 13:51:24 -04:00

14 lines
351 B
Plaintext

/*
Perfect Meldshaper
*/
#include "moi_inc_moifunc"
void main()
{
object oMeldshaper = OBJECT_SELF;
SetLocalInt(oMeldshaper, "PerfectMeldshaper", TRUE);
WipeMelds(oMeldshaper);
ReshapeMelds(oMeldshaper);
DelayCommand(RoundsToSeconds(GetAbilityModifier(ABILITY_WISDOM, oMeldshaper)+3), DeleteLocalInt(oMeldshaper, "PerfectMeldshaper"));
}