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

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;