added button to clear all fountains (the inn)

This commit is contained in:
Jadis
2022-09-10 23:45:12 +03:00
committed by GitHub
parent 0ac8c6d8fe
commit 97a04c606b

View File

@@ -664,6 +664,11 @@ namespace DevourClient
{
Hacks.Misc.BurnRitualObj(Helpers.Map.GetActiveScene(), true);
}
if (GUI.Button(new Rect(Settings.Settings.x + 290, Settings.Settings.y + 390, 150, 20), "Clean The Fountains"))
{
Hacks.Misc.CleanFountain();
}
return;
case "Town":