Dupe file removal.
Removed weapon models duped in the CEP 3 facelift haks. More henchman & packages work.
This commit is contained in:
17
_module/nss/henchlvl_fgtr132.nss
Normal file
17
_module/nss/henchlvl_fgtr132.nss
Normal 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
|
||||
}
|
Reference in New Issue
Block a user