Henchman work

Henchman work.
This commit is contained in:
Jaysyn904
2021-10-14 18:40:47 -04:00
parent 7fab5d1710
commit 2bef86b5bc
30 changed files with 33202 additions and 1383 deletions

View File

@@ -0,0 +1,17 @@
//::///////////////////////////////////////////////
//:: henchlevel_reaping
//:: Copyright (c) 2021 Project RATDOG
//:://////////////////////////////////////////////
/*
Sets the levelup mode to secondary class
*/
//:://////////////////////////////////////////////
//:: Created By: Jaysyn
//:: Created On: Oct 13th 2021
//:://////////////////////////////////////////////
void main()
{
SetLocalInt(OBJECT_SELF, "NewClass", 48); // Reaping Mauler
SetLocalInt(OBJECT_SELF, "ClassPackage", 134);
}