Accuracy to Hit for consistency

This commit is contained in:
onms 2026-01-22 23:35:40 -06:00
parent ee4912c56a
commit 5d7ce05674

View file

@ -390,7 +390,7 @@ let _GetStTxt = function (_CkSt, _変化値) {
case _St.防御:
return "Defense" + _CngIco;
case _St.命中:
return "Accuracy" + _CngIco;
return "Hit" + _CngIco;
case _St.回避:
return "Evasion" + _CngIco;
case _St.直感: