This commit is contained in:
aozhiwei 2022-08-01 19:25:38 +08:00
parent a5d1872717
commit 5ca6f35be6

View File

@ -858,7 +858,9 @@ void RoomObstacle::ActiveMedicalStation()
} }
} }
); );
for (auto& c : target_list) {
c->AddHp(obstacle->meta->int_param2);
}
}, },
&xtimer_attacher.timer_list_ &xtimer_attacher.timer_list_
); );