Fix SA2B Option Display Name (#1591)
This commit is contained in:
parent
7e52b6d8bb
commit
0386d9f6d2
|
@ -486,9 +486,9 @@ class RingLoss(Choice):
|
||||||
How taking damage is handled
|
How taking damage is handled
|
||||||
Classic: You lose all of your rings when hit
|
Classic: You lose all of your rings when hit
|
||||||
Modern: You lose 20 rings when hit
|
Modern: You lose 20 rings when hit
|
||||||
OHKO: You die immediately when hit (NOTE: Some Hard Logic tricks require damage boosts!)
|
OHKO: You die immediately when hit (NOTE: Some Hard Logic tricks may require damage boosts!)
|
||||||
"""
|
"""
|
||||||
display_name = "SADX Music"
|
display_name = "Ring Loss"
|
||||||
option_classic = 0
|
option_classic = 0
|
||||||
option_modern = 1
|
option_modern = 1
|
||||||
option_ohko = 2
|
option_ohko = 2
|
||||||
|
|
Loading…
Reference in New Issue