Skip to content

Commit

Permalink
knocks out whoever's inside, for probing
Browse files Browse the repository at this point in the history
  • Loading branch information
SECBATON-GRIFFON committed Dec 31, 2024
1 parent 84bad0d commit 945989c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/game/mecha/equipment/tools/tools.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1696,6 +1696,7 @@
return
target.forceMove(src)
target.reset_view(src)
target.sleeping = 30
pr_mech_abductor.start()
occupant_message("<font color='blue'>[target] successfully loaded into [src].")
chassis.visible_message("[chassis] loads [target] into [src].")
Expand Down Expand Up @@ -1750,6 +1751,8 @@
return stop()
A.chassis.use_power(A.energy_drain)
A.update_equip_info()
if(A.occupant)
A.occupant.sleeping = 30
return

/obj/item/mecha_parts/mecha_equipment/tool/ayy/prober
Expand Down

0 comments on commit 945989c

Please sign in to comment.