Fix SA2B Option Display Name (#1591)

This commit is contained in:
PoryGone 2023-03-24 19:22:47 -04:00 committed by GitHub
parent 7e52b6d8bb
commit 0386d9f6d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -486,9 +486,9 @@ class RingLoss(Choice):
How taking damage is handled
Classic: You lose all of your 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_modern = 1
option_ohko = 2