I'm trying to take over the skill changes from kRO right now.
This was changed to Sonic Blow: Improves damage formula, the skill will deal more damage against target who has HP lower than 50% by 50%.
How do I declare tstatus-hp now?
I get this error message:
Quote
error: ‘tstatus’ undeclared (first use in this function)
if (tstatus->hp < tstatus->max_hp >> 1)
I'm trying to take over the skill changes from kRO right now.
This was changed to Sonic Blow:
Improves damage formula, the skill will deal more damage against target who has HP lower than 50% by 50%.
How do I declare tstatus-hp now?
I get this error message:
In battle.c:
Share this post
Link to post
Share on other sites