Replaced ITEM_IS_LOOT
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
c5ca705e78
commit
8866c82256
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ MUTATOR_HOOKFUNCTION(mutator_instagib, FilterItem)
|
||||||
switch (item.weapon)
|
switch (item.weapon)
|
||||||
{
|
{
|
||||||
case WEP_VAPORIZER.m_id:
|
case WEP_VAPORIZER.m_id:
|
||||||
if (ITEM_IS_LOOT(item))
|
if (Item_IsLoot(item))
|
||||||
{
|
{
|
||||||
SetResource(item, RES_CELLS, autocvar_g_instagib_ammo_drop);
|
SetResource(item, RES_CELLS, autocvar_g_instagib_ammo_drop);
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue