Skip to content

Commit

Permalink
Merge pull request tgstation#54811 from Dennok/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss authored Nov 6, 2020
2 parents 2197e5e + 490f0d8 commit 37e29b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/game/objects/items/RPD.dm
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,10 @@ GLOBAL_LIST_INIT(transit_tube_recipes, list(
UnregisterSignal(user, COMSIG_MOUSE_SCROLL_ON)
return ..()

/obj/item/pipe_dispenser/cyborg_unequip(mob/user)
UnregisterSignal(user, COMSIG_MOUSE_SCROLL_ON)
return ..()

/obj/item/pipe_dispenser/attack_self(mob/user)
ui_interact(user)

Expand Down

0 comments on commit 37e29b8

Please sign in to comment.