diff --git a/server/gameserver/roomobstacle.cc b/server/gameserver/roomobstacle.cc index 301b5c17..6af3d285 100644 --- a/server/gameserver/roomobstacle.cc +++ b/server/gameserver/roomobstacle.cc @@ -858,7 +858,9 @@ void RoomObstacle::ActiveMedicalStation() } } ); - + for (auto& c : target_list) { + c->AddHp(obstacle->meta->int_param2); + } }, &xtimer_attacher.timer_list_ );