diff --git a/DevourClient/Features/Menu.cpp b/DevourClient/Features/Menu.cpp index 9270296..3b96719 100644 --- a/DevourClient/Features/Menu.cpp +++ b/DevourClient/Features/Menu.cpp @@ -305,6 +305,14 @@ void DrawMiscTab() { //Unlock Achievements } + if (ImGui::Button("Revive Yourself")) { + Misc::Revive(false); + } + + if (ImGui::Button("Revive Everyone")) { + Misc::Revive(true); + } + ImGui::Checkbox("Unlock all", &settings::unlock_all); ImGui::Checkbox("Spoof level", &settings::spoof_level);