mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-17 04:57:15 -05:00
Initial upload.
Adding base PRC 4.19a files to repository.
This commit is contained in:
16
trunk/scripts/prc_csm_shdride.nss
Normal file
16
trunk/scripts/prc_csm_shdride.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
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