mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
hiero staff does proper bonus damage to basic mining mobs (#30879)
This commit is contained in:
@@ -772,7 +772,7 @@ Difficulty: Hard
|
||||
H.FindTarget(list(caster), 1)
|
||||
else
|
||||
H.Goto(get_turf(caster), H.move_to_delay, 3)
|
||||
if(monster_damage_boost && (ismegafauna(target) || istype(target, /mob/living/simple_animal/hostile/asteroid)))
|
||||
if(monster_damage_boost && (ismegafauna(target) || istype(target, /mob/living/basic/mining)))
|
||||
target.adjustBruteLoss(damage)
|
||||
if(caster)
|
||||
add_attack_logs(caster, target, "Struck with a [name]")
|
||||
|
||||
Reference in New Issue
Block a user