This commit is contained in:
aozhiwei 2023-03-09 12:00:38 +08:00
parent c38429f39d
commit f3dca9c477

View File

@ -45,7 +45,7 @@ namespace mt
_atk = a8::XValue(strings[0]);
_atk_up = a8::XValue(strings[1]);
} else {
_atk = a8::XValue(strings[0]);
_atk = a8::XValue(atk());
_atk_up = _atk;
}
}
@ -56,7 +56,7 @@ namespace mt
_max_hp = a8::XValue(strings[0]);
_max_hp_up = a8::XValue(strings[1]);
} else {
_max_hp = a8::XValue(strings[0]);
_max_hp = a8::XValue(max_hp());
_max_hp_up = _max_hp;
}
}