restaurant portal can be moved w/ wrench (#690)

## About The Pull Request

The portals that spawn the tourist bots can be unbolted from the floor,
pulled around, and rebolted somewhere else.

## Why It's Good For The Game

These things are immovable and it gets annoying when you have to build
around them because of that, especially if you don't even use them.

I initially made them destructible but this is a far better fix

## Changelog

<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Be sure to properly
mark your PRs to prevent unnecessary GBP loss. You can read up on GBP
and it's effects on PRs in the tgstation guides for contributors. Please
note that maintainers freely reserve the right to remove and add tags
should they deem it appropriate. You can attempt to finagle the system
all you want, but it's best to shoot for clear communication right off
the bat. -->

🆑
:qol: restaurant portal can bolted and unbolted
/🆑
This commit is contained in:
ZigVert
2023-11-14 01:54:20 -07:00
committed by GitHub
parent 89097503fb
commit 359a24ca7f
@@ -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)