From 5c14210fd4ecf1574d9de121db36f4dad7a40b3c Mon Sep 17 00:00:00 2001 From: jadis0x <49281043+jadis0x@users.noreply.github.com> Date: Tue, 10 Jan 2023 22:45:13 +0300 Subject: [PATCH] Function added for the "Rituel book" button --- DevourClient/MelonMain.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DevourClient/MelonMain.cs b/DevourClient/MelonMain.cs index 3049a84..7d20d70 100644 --- a/DevourClient/MelonMain.cs +++ b/DevourClient/MelonMain.cs @@ -443,12 +443,12 @@ namespace DevourClient if (GUI.Button(new Rect(Settings.Settings.x + 730, Settings.Settings.y + 280, 110, 20), "Bleach") && Player.IsInGameOrLobby()) { - Hacks.Misc.CarryObject("SurvivalBleach"); + } if (GUI.Button(new Rect(Settings.Settings.x + 730, Settings.Settings.y + 310, 110, 20), "Ritual Book") && Player.IsInGameOrLobby()) { - BoltNetwork.Instantiate(BoltPrefabs.SurvivalRitualBook, Player.GetPlayer().transform.position, Quaternion.identity); + Hacks.Misc.CarryObject("RitualBook-Active-1"); } if (GUI.Button(new Rect(Settings.Settings.x + 730, Settings.Settings.y + 340, 110, 20), "Matchbox") && Player.IsInGameOrLobby())