mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user