Skip to content

Commit

Permalink
Update code/game/machinery/vending/vendor_types/medical.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Drathek <[email protected]>
  • Loading branch information
ItsVyzo and Drulikar committed Apr 2, 2024
1 parent eae66bd commit a838c3f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/game/machinery/vending/vendor_types/medical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
RegisterSignal(src, COMSIG_STRUCTURE_UNWRENCHED, PROC_REF(do_unclamp_animation))
update_icon()

/obj/structure/medical_supply_link/deconstruct(disassembled)
return ..()

/obj/structure/medical_supply_link/proc/do_clamp_animation() // clamp and unclamp animations for when vendor is wrench over supply link
flick("medlink_clamping", src)
addtimer(CALLBACK(src, PROC_REF(update_icon), 2.6 SECONDS))
Expand Down

0 comments on commit a838c3f

Please sign in to comment.