DorkmasterFlek / smrpg_web_randomizer

Web-based randomizer for Super Mario RPG
https://randomizer.smrpgspeedruns.com
MIT License
16 stars 11 forks source link

Bowyer's lock button attack able to damage characters? #7

Closed DorkmasterFlek closed 6 years ago

DorkmasterFlek commented 6 years ago

Seen by Alanim on flaafykins's stream. Bowyer's lock button attack was able to damage a character and killed Geno. Need to check if this attack is a "spell" in game data that's having properties shuffled.

DorkmasterFlek commented 6 years ago

Seed 2981886966: http://randomizer.smrpgspeedruns.com/h/Qhjjl2Apxg

Apparently this seed also has the Bowyer button lock attack.

DorkmasterFlek commented 6 years ago

This is a spell attack, and if it's attack power is being shuffled then this is probably the issue.

DorkmasterFlek commented 6 years ago

Attacks 102, 103, 104 are the button lock attacks. These need to be excluded from the shuffle.

If any status effect or damage is applied, it messes up characters because it targets a random enemy even though it doesn't do anything.

DorkmasterFlek commented 6 years ago

Added these attacks to the disallowed list so they're not shuffled. This should be fixed now.