1
This commit is contained in:
parent
026deefbdc
commit
dad8bfd7fc
@ -849,6 +849,9 @@ float BattleDataContext::CalcDmg(Creature* target, IBullet* bullet)
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
for (auto& str : dbg_strings) {
|
||||||
|
owner_.Get()->SendDebugMsg("数值: " + str);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
return std::max(1.0f, std::round(finaly_dmg));
|
return std::max(1.0f, std::round(finaly_dmg));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user