Clear out experimental .35 files
Clear out experimental .35 files
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
/*
|
||||
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"));
|
||||
}
|
Reference in New Issue
Block a user