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
+3 -3
View File
@@ -214,14 +214,14 @@
return .
/obj/machinery/biogenerator/crowbar_act(mob/living/user, obj/item/tool)
if(!default_deconstruction_crowbar(tool))
return ITEM_INTERACT_BLOCKING
. = default_deconstruction_crowbar(user, tool)
if(!(. & ITEM_INTERACT_SUCCESS))
return
var/turf/drop_location = drop_location()
if(biomass > 0)
drop_location.visible_message(span_warning("Biomass spills from \the [src]'s biomass tank!"))
playsound(drop_location, 'sound/effects/slosh.ogg', 25, vary = TRUE)
new /obj/effect/decal/cleanable/greenglow(drop_location)
return ITEM_INTERACT_SUCCESS
/obj/machinery/biogenerator/item_interaction(mob/living/user, obj/item/tool, list/modifiers)
if(user.combat_mode)