This commit is contained in:
aozhiwei 2024-01-10 13:28:49 +08:00
parent 026deefbdc
commit dad8bfd7fc

View File

@ -849,6 +849,9 @@ float BattleDataContext::CalcDmg(Creature* target, IBullet* bullet)
}
)
);
for (auto& str : dbg_strings) {
owner_.Get()->SendDebugMsg("数值: " + str);
}
}
#endif
return std::max(1.0f, std::round(finaly_dmg));