This commit is contained in:
aozhiwei 2022-09-20 12:01:15 +08:00
commit 844bd0833e

View File

@ -429,6 +429,7 @@ void Car::BeKill(int killer_id, const std::string& killer_name, int weapon_id)
meta->i->atk()
);
room->NotifyUiUpdate();
room->frame_event.AddDead(GetWeakPtrRef(), 0);
GetTrigger()->Die();
}