Skip to content

Commit

Permalink
th17: polish goast summoning a little
Browse files Browse the repository at this point in the history
  • Loading branch information
32th-System committed Jul 4, 2023
1 parent cc5a25e commit 52523ee
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions thprac/src/thprac/thprac_th17.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -841,13 +841,14 @@ namespace TH17 {

void ContentUpdate()
{
ImGui::TextUnformatted(S(TH_ADV_OPT));
ImGui::Separator();

if (mInGoastMenu) {
ImGui::TextUnformatted("Spawn a Goast");
ImGui::Separator();
GoastMenu();
return;
}
ImGui::TextUnformatted(S(TH_ADV_OPT));
ImGui::Separator();

ImGui::BeginChild("Adv. Options", ImVec2(0.0f, 0.0f));

Expand All @@ -866,7 +867,7 @@ namespace TH17 {
ImGui::SameLine();
HelpMarker(S(TH17_GOAST_REPFIX_DESC));

if (ImGui::Button("Goast")) {
if (ImGui::Button("Spawn a Goast")) {
mInGoastMenu = true;
}

Expand Down

0 comments on commit 52523ee

Please sign in to comment.