mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user