zzyzzyzzx / Hadar

This will be all my scripts, and uhhh whatever the hell else I want!
6 stars 5 forks source link

fix: restrict an else statement to elseif #41

Closed jedineeper closed 1 year ago

jedineeper commented 1 year ago

the check in cast_spells for gaia's revenge (sp 518) was checking if the player was affected by gaia's focus (sp: 552)

the check was not specifically testing against affected vs not-affected and the loose else statement catches a error condition if the player doesn't have a focus selected.