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 12:19:00 -05:00
committed by GitHub
parent 4fb7eaae43
commit 966d6547e8
23 changed files with 110 additions and 112 deletions
@@ -22,6 +22,9 @@
/obj/item/grenade/chem_grenade/rust_sower/Initialize(mapload)
. = ..()
AddElement(/datum/element/tool_blocker, TOOL_SCREWDRIVER, TOOL_ACT_PRIMARY)
AddElement(/datum/element/tool_blocker, TOOL_WRENCH, TOOL_ACT_PRIMARY)
AddElement(/datum/element/tool_blocker, TOOL_MULTITOOL, TOOL_ACT_PRIMARY)
RegisterSignal(src, COMSIG_ITEM_ON_GRIND, PROC_REF(on_try_grind))
var/obj/item/reagent_containers/cup/beaker/large/beaker_one = new(src)
var/obj/item/reagent_containers/cup/beaker/large/beaker_two = new(src)
@@ -39,15 +42,6 @@
playsound(src, 'sound/items/weapons/rust_sower_explode.ogg', 70, FALSE)
qdel(src)
/obj/item/grenade/chem_grenade/rust_sower/screwdriver_act(mob/living/user, obj/item/tool)
return NONE
/obj/item/grenade/chem_grenade/rust_sower/wrench_act(mob/living/user, obj/item/tool)
return NONE
/obj/item/grenade/chem_grenade/rust_sower/multitool_act(mob/living/user, obj/item/tool)
return NONE
/// Returns -1 so that you cant extract the chems
/obj/item/grenade/chem_grenade/rust_sower/proc/on_try_grind()
SIGNAL_HANDLER