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:
12
nwn/trunk/ocfixerf/m0q01a05herbsck6.nss
Normal file
12
nwn/trunk/ocfixerf/m0q01a05herbsck6.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
// Added compatibility for PRC base classes
|
||||
// classes similar to monk - not important
|
||||
#include "prc_class_const"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
int bCondition = GetLevelByClass(CLASS_TYPE_BRAWLER, oPC)
|
||||
|| GetLevelByClass(CLASS_TYPE_MONK, oPC)
|
||||
|| GetLevelByClass(CLASS_TYPE_SOHEI, oPC);
|
||||
return bCondition;
|
||||
}
|
Reference in New Issue
Block a user