Clear out experimental .35 files
Clear out experimental .35 files
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
/*
|
||||
Minotaur does an extra 1d6 damage over the
|
||||
3d6+6 of its normal attack
|
||||
*/
|
||||
|
||||
#include "prc_inc_combmove"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = OBJECT_SELF;
|
||||
object oTarget = PRCGetSpellTargetObject();
|
||||
|
||||
DoCharge(oPC, oTarget, TRUE, TRUE, d6());
|
||||
}
|
Reference in New Issue
Block a user