This commit is contained in:
aozhiwei 2023-09-28 14:13:10 +08:00
parent 5b4755fd05
commit d583a8f9ac

View File

@ -2893,7 +2893,7 @@ void Room::OnBattleStart()
}
}
Human* craze_hum = nullptr;
if (!target) {
if (target) {
for (auto& itr : humans) {
if (!craze_hum) {
craze_hum = itr;