diff --git a/code/game/objects/items/weapons/tools/crowbar.dm b/code/game/objects/items/weapons/tools/crowbar.dm index a139efe9f68..09d2aeb5f36 100644 --- a/code/game/objects/items/weapons/tools/crowbar.dm +++ b/code/game/objects/items/weapons/tools/crowbar.dm @@ -62,14 +62,6 @@ origin_tech = list(TECH_COMBAT = 4, TECH_ENGINEERING = 3) reach = 2 -/obj/item/weapon/tool/crowbar/hybrid/is_crowbar() - if(prob(10)) - var/turf/T = get_turf(src) - SSradiation.radiate(get_turf(src), 5) - T.visible_message("\The [src] shudders!") - return FALSE - return TRUE - /obj/item/weapon/tool/crowbar/cyborg name = "hydraulic crowbar" desc = "A hydraulic prying tool, compact but powerful. Designed to replace crowbars in industrial synthetics." @@ -107,4 +99,4 @@ counterpart.forceMove(get_turf(src)) src.forceMove(counterpart) user.put_in_active_hand(counterpart) - to_chat(user, "You attach the cutting jaws to [src].") \ No newline at end of file + to_chat(user, "You attach the cutting jaws to [src].")