mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-17 02:27:15 -05:00
Clear out experimental .35 files
Clear out experimental .35 files
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
/*
|
||||
Shadow Ride
|
||||
Type of Feat: Class Specific
|
||||
Prerequisite: Crinti Shadow Marauder 1
|
||||
Specifics: You may teleport, as per Dimension Door, once per day per class level.
|
||||
Use: Selected
|
||||
*/
|
||||
|
||||
#include "spinc_dimdoor"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oInitiator = OBJECT_SELF;
|
||||
DimensionDoor(oInitiator, GetHitDice(oInitiator));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user