mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
Fix mech crusher and mining bombs not working on basic mobs (#31085)
This commit is contained in:
@@ -501,7 +501,10 @@
|
||||
chassis.occupant.changeNext_click(equip_cooldown)
|
||||
var/proximate = chassis.Adjacent(target)
|
||||
if(proximate)
|
||||
target.attackby__legacy__attackchain(internal_crusher, chassis.occupant)
|
||||
if(target.new_attack_chain)
|
||||
target.attack_by(internal_crusher, chassis.occupant)
|
||||
else
|
||||
target.attackby__legacy__attackchain(internal_crusher, chassis.occupant)
|
||||
internal_crusher.afterattack__legacy__attackchain(target, chassis.occupant, proximate, null)
|
||||
|
||||
#undef MECH_RCD_MODE_DECONSTRUCT
|
||||
|
||||
Reference in New Issue
Block a user