Dire Tigers should be skinable
Dire Tigers should be skinable. Full compile.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user