1
This commit is contained in:
parent
5a290c7f99
commit
5073a6fc63
@ -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__);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user