Fixes most mining mobs being unaffected by additional damage against them (#89682)

## About The Pull Request

#89619 introduced a MOB_MINING biotype which allows us to get rid of
jank that the ismining() macro was. This fixes soulscythes, cursed
katanas, mining bombs, strongarm implants and junk hunter bullets not
getting their buffs against a good chunk of mining fauna.

Closes #89597

## Why It's Good For The Game

You'd expect items explicitly designed against fauna to actually fare
well against it.

## Changelog
🆑
fix: Fixed most mining mobs being unaffected by additional damage
against them
/🆑
This commit is contained in:
SmArtKar
2025-03-08 04:20:17 +01:00
committed by GitHub
parent b05b848549
commit 50ed8cbb52
7 changed files with 11 additions and 13 deletions

View File

@@ -67,7 +67,7 @@
/obj/projectile/bullet/junk/hunter
name = "junk hunter bullet"
icon_state = "gauss"
extra_damage_mob_biotypes = MOB_ROBOTIC | MOB_BEAST | MOB_SPECIAL
extra_damage_mob_biotypes = MOB_ROBOTIC | MOB_BEAST | MOB_SPECIAL | MOB_MINING
extra_damage_multiplier = 0
extra_damage_added_damage = 50