BurnRitualObj function has been updated for the "Slaughterhouse" map.

This commit is contained in:
Jadis0x
2023-03-03 23:27:18 +03:00
committed by GitHub
parent e1cca375b1
commit 5a8f937203

View File

@@ -76,6 +76,20 @@ namespace DevourClient.Hacks
} }
} }
if(map == "Slaughterhouse")
{
Il2Cpp.SlaughterhouseAltarController _slaughterhouseAltarController = UnityEngine.Object.FindObjectOfType<Il2Cpp.SlaughterhouseAltarController>();
if (burnAll)
{
_slaughterhouseAltarController.BurnGoat();
}
else
{
_slaughterhouseAltarController.SkipToGoat(10);
}
}
else else
{ {
if (burnAll){ if (burnAll){