mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-15 10:04:30 +01:00
Big tooltype decargo-culting (continued) (#95814)
## About The Pull Request Gets some instances that I caught missed by https://github.com/tgstation/tgstation/pull/95408
This commit is contained in:
@@ -161,11 +161,10 @@
|
||||
/obj/machinery/vending/hotdog/museum
|
||||
all_products_free = TRUE
|
||||
|
||||
/obj/machinery/vending/hotdog/museum/screwdriver_act(mob/living/user, obj/item/attack_item)
|
||||
return NONE
|
||||
|
||||
/obj/machinery/vending/hotdog/museum/crowbar_act(mob/living/user, obj/item/attack_item)
|
||||
return NONE
|
||||
/obj/machinery/vending/hotdog/museum/Initialize(mapload)
|
||||
. = ..()
|
||||
AddElement(/datum/element/tool_blocker, TOOL_SCREWDRIVER, TOOL_ACT_PRIMARY)
|
||||
AddElement(/datum/element/tool_blocker, TOOL_CROWBAR, TOOL_ACT_PRIMARY)
|
||||
|
||||
#define CAFE_KEYCARD_TOILETS "museum_cafe_key_toilets"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user