Blasphemous: Change ending option (#1592)

This commit is contained in:
Trevor L
2023-03-25 12:37:25 -06:00
committed by GitHub
parent 4456e36fbb
commit 67eb370200

View File

@@ -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