From 8cf23bdd2424db81bcb8af04c53d3977f3c7403d Mon Sep 17 00:00:00 2001 From: Luke Van Epen Date: Fri, 22 Nov 2024 10:07:56 +1100 Subject: [PATCH] fix: `mission_star` showing up in popup text (#159) --- objects/obj_popup/Step_0.gml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects/obj_popup/Step_0.gml b/objects/obj_popup/Step_0.gml index 9f69b032a..b0779b91f 100644 --- a/objects/obj_popup/Step_0.gml +++ b/objects/obj_popup/Step_0.gml @@ -755,7 +755,7 @@ if (title="Necron Tunnels : 3"){option1="Continue";option2="Return to the surfac if (title="He Built It") and (option1="") and (string_count("submerged",text)=0){ option1="Execute the heretic"; option2="Move him to the Penitorium"; - option3="mission_star see no problem"; + option3="I see no problem"; }