From 67eb370200f73d665ce0d2278217f593f085c4e9 Mon Sep 17 00:00:00 2001 From: Trevor L <80716066+TRPG0@users.noreply.github.com> Date: Sat, 25 Mar 2023 12:37:25 -0600 Subject: [PATCH] Blasphemous: Change ending option (#1592) --- worlds/blasphemous/Options.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/worlds/blasphemous/Options.py b/worlds/blasphemous/Options.py index be43d8b7..b3bb3a6b 100644 --- a/worlds/blasphemous/Options.py +++ b/worlds/blasphemous/Options.py @@ -38,10 +38,12 @@ class ExpertLogic(Toggle): class Ending(Choice): - """Choose which ending is required to complete the game.""" + """Choose which ending is required to complete the game. + Ending A: Collect all thorn upgrades. + Ending C: Collect all thorn upgrades and the Holy Wound of Abnegation.""" display_name = "Ending" option_any_ending = 0 - option_ending_b = 1 + option_ending_a = 1 option_ending_c = 2 default = 0