This commit is contained in:
aozhiwei 2023-04-13 14:16:58 +08:00
parent 5a290c7f99
commit 5073a6fc63

View File

@ -1242,6 +1242,9 @@ void Human::DeadDrop()
}
}
}
{
on_dead_remove_objects_.clear();
}
{
if (GetInventory(IS_GEMSTONE) > 0 && gemstone > 0) {
room->frame_event.AddPropChg
@ -1264,9 +1267,6 @@ void Human::DeadDrop()
SyncVolume(IS_GEMSTONE);
}
}
{
on_dead_remove_objects_.clear();
}
MarkSyncActivePlayer(__FILE__, __LINE__, __func__);
}