Dupe file removal.

Removed weapon models duped in the CEP 3 facelift haks.  More henchman & packages work.
This commit is contained in:
Jaysyn904
2021-10-12 23:34:41 -04:00
parent 68de4c6610
commit 7fab5d1710
1952 changed files with 122363 additions and 1944027 deletions

View File

@@ -0,0 +1,17 @@
//::///////////////////////////////////////////////
//:: henchlevel_fighter
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
Sets the levelup mode to secondary class
*/
//:://////////////////////////////////////////////
//:: Created By: 69MEH69
//:: Created On: 21JUN2003
//:://////////////////////////////////////////////
void main()
{
// SetLocalInt(OBJECT_SELF, "NewClass", 33); //CLASS_TYPE_WEAPON_MASTER
SetLocalInt(OBJECT_SELF, "ClassPackage", 132); // Axe Weapon Master
}