Dire Tigers should be skinable

Dire Tigers should be skinable.  Full compile.
This commit is contained in:
Jaysyn904
2025-01-13 22:43:56 -05:00
parent 71f8cc2134
commit 2325c2a93b
4 changed files with 9 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -56,6 +56,12 @@ void main()
// sCorpseType will have a format of cnraXXXX where XXXX is the animal name
string sAnimalName = GetStringRight(sCorpseType, GetStringLength(sCorpseType)-4);
if (sCorpseType == "NW_DIRETIGER")
{
sAnimalName == "Tiger";
}
string sSkinTag = "cnrSkin" + sAnimalName;
int bCreateMeat = TRUE;

View File

@@ -95,6 +95,9 @@ void main()
CnrMobOnDeathInitialize("zep_beetlefiret", "nw_it_msmlmisc08");
CnrMobOnDeathInitialize("zep_beetlespitt", "nw_it_msmlmisc08");
//:: Dire Tigers
//CnrMobOnDeathInitialize("nw_diretiger", "cnrskintiger");
}