1
This commit is contained in:
parent
d577d9c64e
commit
93be26d24e
@ -468,6 +468,12 @@ void Player::ProcInteraction()
|
|||||||
if (room->GetGasData().gas_mode == GasInactive) {
|
if (room->GetGasData().gas_mode == GasInactive) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (HasBuffEffect(kBET_Fly)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (HasBuffEffect(kBET_Jump)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
for (auto obj_id : interaction_objids) {
|
for (auto obj_id : interaction_objids) {
|
||||||
Entity* entity = room->GetEntityByUniId(obj_id);
|
Entity* entity = room->GetEntityByUniId(obj_id);
|
||||||
if (entity) {
|
if (entity) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user