2025/07/31 Afternoon Update
Added Baelnorn template.
This commit is contained in:
@@ -20,7 +20,11 @@ void main()
|
||||
|
||||
//if it's already undead, it can't become undead again
|
||||
if(GetHasTemplate(TEMPLATE_LICH, oPC) ||
|
||||
/* GetHasTemplate(TEMPLATE_BAELNORN, oPC) || */
|
||||
GetHasTemplate(TEMPLATE_BAELNORN, oPC) ||
|
||||
GetHasTemplate(TEMPLATE_CURST, oPC) ||
|
||||
GetHasTemplate(TEMPLATE_ARCHLICH, oPC) ||
|
||||
GetHasTemplate(TEMPLATE_ALHOON, oPC) ||
|
||||
GetHasTemplate(TEMPLATE_NECROPOLITAN, oPC) ||
|
||||
GetHasTemplate(TEMPLATE_DEMILICH, oPC) ||
|
||||
GetLevelByClass(CLASS_TYPE_BAELNORN, oPC) > 0 ||
|
||||
GetLevelByClass(CLASS_TYPE_LICH, oPC) > 0)
|
||||
|
Reference in New Issue
Block a user