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:
Bloop
2026-04-29 13:19:00 -04:00
committed by GitHub
parent 4fb7eaae43
commit 966d6547e8
23 changed files with 110 additions and 112 deletions
+4 -5
View File
@@ -461,11 +461,10 @@
/obj/structure/table/reinforced/ctf
resistance_flags = INDESTRUCTIBLE
/obj/structure/table/reinforced/ctf/wrench_act_secondary(mob/living/user, obj/item/tool)
return NONE
/obj/structure/table/reinforced/ctf/screwdriver_act_secondary(mob/living/user, obj/item/tool)
return NONE
/obj/structure/table/reinforced/ctf/Initialize(mapload)
. = ..()
AddElement(/datum/element/tool_blocker, TOOL_SCREWDRIVER, TOOL_ACT_SECONDARY)
AddElement(/datum/element/tool_blocker, TOOL_WRENCH, TOOL_ACT_SECONDARY)
#define CTF_LOADING_UNLOADED 0
#define CTF_LOADING_LOADING 1