This commit is contained in:
aozhiwei 2021-08-05 02:23:49 +00:00
parent d577d9c64e
commit 93be26d24e

View File

@ -468,6 +468,12 @@ void Player::ProcInteraction()
if (room->GetGasData().gas_mode == GasInactive) {
return;
}
if (HasBuffEffect(kBET_Fly)) {
return;
}
if (HasBuffEffect(kBET_Jump)) {
return;
}
for (auto obj_id : interaction_objids) {
Entity* entity = room->GetEntityByUniId(obj_id);
if (entity) {