mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-16 18:45:22 +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:
@@ -11,8 +11,9 @@
|
||||
/turf/open/floor/holofloor/item_interaction(mob/living/user, obj/item/tool, list/modifiers)
|
||||
return ITEM_INTERACT_BLOCKING // Fuck you
|
||||
|
||||
/turf/open/floor/holofloor/crowbar_act(mob/living/user, obj/item/I)
|
||||
return NONE // Fuck you
|
||||
/turf/open/floor/holofloor/Initialize(mapload)
|
||||
. = ..()
|
||||
AddElement(/datum/element/tool_blocker, TOOL_CROWBAR, TOOL_ACT_PRIMARY)
|
||||
|
||||
/turf/open/floor/holofloor/burn_tile()
|
||||
return //you can't burn a hologram!
|
||||
|
||||
Reference in New Issue
Block a user