diff --git a/code/modules/food_and_drinks/restaurant/_venue.dm b/code/modules/food_and_drinks/restaurant/_venue.dm index f8e171948a6..29a4a8b7fb3 100644 --- a/code/modules/food_and_drinks/restaurant/_venue.dm +++ b/code/modules/food_and_drinks/restaurant/_venue.dm @@ -171,6 +171,11 @@ /// A weak reference to the mob who turned on the portal var/datum/weakref/turned_on_portal +/obj/machinery/restaurant_portal/wrench_act(mob/living/user, obj/item/tool) + . = ..() + default_unfasten_wrench(user, tool) + return TOOL_ACT_TOOLTYPE_SUCCESS + /obj/machinery/restaurant_portal/Initialize(mapload) . = ..() if(linked_venue)