1
This commit is contained in:
parent
38beead6c1
commit
f9cd174550
@ -2666,9 +2666,16 @@ void Human::ProcLootWeapon(AddItemDTO& dto)
|
||||
#endif
|
||||
dto.handled = true;
|
||||
} else {
|
||||
#if 1
|
||||
if (GetBuffByEffectId(kBET_Passenger) ||
|
||||
GetBuffByEffectId(kBET_Vertigo)) {
|
||||
return;
|
||||
}
|
||||
#else
|
||||
if (FreezeOperate()) {
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
if (mt::Param::s().compose_mode) {
|
||||
ProcLootWeaponNew(dto);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user