mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-17 05:57:15 -05:00
@@ -6,7 +6,7 @@
|
||||
Stratovarius
|
||||
*/
|
||||
|
||||
|
||||
//:: Updated for .35 by Jaysyn 2023/03/10
|
||||
|
||||
////////////////Begin Generic////////////////
|
||||
|
||||
@@ -1606,6 +1606,8 @@ void RemoveOldSongs(object oPC)
|
||||
// since in NWN character can have max 3 classes. We also know that Eldritch Theurge
|
||||
// is at positon 3 (unless player is cheating).
|
||||
// So we just need to check the third class.
|
||||
|
||||
//:: [PRC .35] This function will require marker feats
|
||||
int GetETArcaneClass(object oPC)
|
||||
{
|
||||
int nClass = GetClassByPosition(1, oPC);
|
||||
|
||||
Reference in New Issue
Block a user