Blasphemous: Change ending option (#1592)
This commit is contained in:
parent
4456e36fbb
commit
67eb370200
|
@ -38,10 +38,12 @@ class ExpertLogic(Toggle):
|
||||||
|
|
||||||
|
|
||||||
class Ending(Choice):
|
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"
|
display_name = "Ending"
|
||||||
option_any_ending = 0
|
option_any_ending = 0
|
||||||
option_ending_b = 1
|
option_ending_a = 1
|
||||||
option_ending_c = 2
|
option_ending_c = 2
|
||||||
default = 0
|
default = 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue