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