BurnRitualObj function has been updated for the "Slaughterhouse" map.
This commit is contained in:
@@ -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
|
||||
{
|
||||
if (burnAll){
|
||||
|
||||
Reference in New Issue
Block a user