mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-21 02:47:15 -05:00
Updated Release Archive
Updated Release Archive. Fixed Mage-killer prereqs. Removed old LETO & ConvoCC related files. Added organized spell scroll store. Fixed Gloura spellbook. Various TLK fixes. Reorganized Repo. Removed invalid user folders. Added DocGen back in.
This commit is contained in:
13
nwn/trunk/scripts/tempus_dg_enh.nss
Normal file
13
nwn/trunk/scripts/tempus_dg_enh.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "prc_feat_const"
|
||||
#include "prc_class_const"
|
||||
#include "prc_spell_const"
|
||||
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
int iLvl=GetLevelByClass(CLASS_TYPE_TEMPUS,OBJECT_SELF);
|
||||
|
||||
return (iLvl>1 && GetLocalInt(oPC,"TempusPower"));
|
||||
}
|
||||
Reference in New Issue
Block a user