Skip to content

Commit

Permalink
fix: mission_star showing up in popup text (Adeptus-Dominus#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
VanWeapon authored Nov 21, 2024
1 parent 989da69 commit 8cf23bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objects/obj_popup/Step_0.gml
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}


Expand Down

0 comments on commit 8cf23bd

Please sign in to comment.