mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Blasphemous: Change ending option (#1592)
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user