mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2026-01-21 07:46:28 -05:00
Clear out experimental .35 files
Clear out experimental .35 files
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
#include "prc_inc_smite"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oBinder = OBJECT_SELF;
|
||||
if(!BindAbilCooldown(oBinder, GetSpellId(), VESTIGE_DESHARIS)) return;
|
||||
object oTarget = PRCGetSpellTargetObject();
|
||||
int nRace = MyPRCGetRacialType(oTarget);
|
||||
if(nRace == RACIAL_TYPE_ANIMAL || nRace == RACIAL_TYPE_BEAST || nRace == RACIAL_TYPE_ELEMENTAL || nRace == RACIAL_TYPE_FEY || nRace == RACIAL_TYPE_PLANT)
|
||||
DoSmite(oBinder, oTarget, SMITE_TYPE_DESHARIS);
|
||||
}
|
||||
Reference in New Issue
Block a user