Skip to content

Commit

Permalink
and kicks them out too
Browse files Browse the repository at this point in the history
  • Loading branch information
SECBATON-GRIFFON committed Jan 1, 2025
1 parent d363242 commit 0a0bb37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/mecha/equipment/tools/tools.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1860,11 +1860,13 @@
affected.cavity = 0
probe_item = null
probing = 0
abd.go_out()
return
chassis.visible_message("<span class='danger'>[chassis] makes some grinding noises!</span>")
playsound(chassis.loc, 'sound/machines/ya_dun_clucked.ogg', 50, 1)
if(do_after_cooldown(abd.occupant))
abd.occupant.adjustBruteLoss(abd.occupant.maxHealth) // the thing UFOs do to cattle
abd.go_out()
probing = 0

#undef MECHDRILL_SAND_SPEED
Expand Down

0 comments on commit 0a0bb37

Please sign in to comment.