diff --git a/_maps/RandomRuins/IceRuins/icemoon_underground_frozen_comms.dmm b/_maps/RandomRuins/IceRuins/icemoon_underground_frozen_comms.dmm index eb537cd26f6..54b33b5e811 100644 --- a/_maps/RandomRuins/IceRuins/icemoon_underground_frozen_comms.dmm +++ b/_maps/RandomRuins/IceRuins/icemoon_underground_frozen_comms.dmm @@ -311,7 +311,7 @@ }, /obj/structure/rack, /obj/item/wrench, -/obj/item/crowbar/large/heavy, +/obj/item/crowbar/large/twenty_force, /obj/machinery/light/small/built/directional/south, /turf/open/floor/plating/icemoon, /area/ruin/powered/shuttle) diff --git a/_maps/RandomRuins/SpaceRuins/shuttlerelic.dmm b/_maps/RandomRuins/SpaceRuins/shuttlerelic.dmm index 71074aa4451..3534df8db02 100644 --- a/_maps/RandomRuins/SpaceRuins/shuttlerelic.dmm +++ b/_maps/RandomRuins/SpaceRuins/shuttlerelic.dmm @@ -63,7 +63,7 @@ /obj/structure/chair/old{ dir = 1 }, -/obj/item/crowbar/large/heavy, +/obj/item/crowbar/large/twenty_force, /turf/open/floor/oldshuttle, /area/ruin/space/has_grav/powered) "o" = ( diff --git a/_maps/map_files/Birdshot/birdshot.dmm b/_maps/map_files/Birdshot/birdshot.dmm index 4664991733b..54d9bde3bc2 100644 --- a/_maps/map_files/Birdshot/birdshot.dmm +++ b/_maps/map_files/Birdshot/birdshot.dmm @@ -33933,7 +33933,7 @@ /obj/effect/turf_decal/tile/dark_red/opposingcorners, /obj/machinery/airalarm/directional/north, /obj/structure/rack, -/obj/item/crowbar/large/heavy, +/obj/item/crowbar/large, /obj/item/wirecutters, /obj/item/wrench, /turf/open/floor/iron, @@ -43772,7 +43772,7 @@ /area/station/science/ordnance/burnchamber) "oZL" = ( /obj/structure/table, -/obj/item/crowbar/large/heavy, +/obj/item/crowbar/large, /obj/item/stack/cable_coil, /obj/machinery/light/small/directional/south, /turf/open/floor/iron, diff --git a/_maps/map_files/NebulaStation/NebulaStation.dmm b/_maps/map_files/NebulaStation/NebulaStation.dmm index d75920f3ca7..9e0fec80123 100644 --- a/_maps/map_files/NebulaStation/NebulaStation.dmm +++ b/_maps/map_files/NebulaStation/NebulaStation.dmm @@ -85750,7 +85750,7 @@ /area/space/nearstation) "mLK" = ( /obj/structure/rack, -/obj/item/crowbar/large/heavy, +/obj/item/crowbar/large, /obj/item/wirecutters, /obj/item/wrench, /obj/effect/turf_decal/siding/thinplating_new/dark{ diff --git a/_maps/map_files/wawastation/wawastation.dmm b/_maps/map_files/wawastation/wawastation.dmm index 25fd6043663..75d1b066c6e 100644 --- a/_maps/map_files/wawastation/wawastation.dmm +++ b/_maps/map_files/wawastation/wawastation.dmm @@ -65378,7 +65378,7 @@ /turf/open/floor/circuit/green/telecomms/mainframe, /area/station/tcommsat/server) "wZU" = ( -/obj/item/crowbar/large/heavy, +/obj/item/crowbar/large/old, /turf/open/misc/asteroid, /area/station/asteroid) "xad" = ( @@ -68227,7 +68227,7 @@ }, /obj/effect/decal/cleanable/dirt/dust, /obj/effect/mapping_helpers/broken_floor, -/obj/item/crowbar/large/heavy, +/obj/item/crowbar/large, /turf/open/floor/plating, /area/station/maintenance/department/medical/central) "ybh" = ( diff --git a/_maps/modular_generic/ice_l_storage.dmm b/_maps/modular_generic/ice_l_storage.dmm index 6aca9bec648..a130f69cdd1 100644 --- a/_maps/modular_generic/ice_l_storage.dmm +++ b/_maps/modular_generic/ice_l_storage.dmm @@ -213,7 +213,7 @@ "M" = ( /obj/effect/turf_decal/bot/right, /obj/structure/closet/crate/large, -/obj/item/crowbar/large/heavy, +/obj/item/crowbar/large/twenty_force, /turf/open/floor/plating, /area/template_noop) "N" = ( diff --git a/code/game/objects/items/tools/crowbar.dm b/code/game/objects/items/tools/crowbar.dm index 2d5a508076d..38ca59038f0 100644 --- a/code/game/objects/items/tools/crowbar.dm +++ b/code/game/objects/items/tools/crowbar.dm @@ -88,7 +88,7 @@ custom_materials = list(/datum/material/wood=SMALL_MATERIAL_AMOUNT*0.5, /datum/material/iron=SMALL_MATERIAL_AMOUNT*0.7) wound_bonus = 35 -/obj/item/crowbar/large/heavy //from space ruin +/obj/item/crowbar/large/twenty_force //from space ruin name = "heavy crowbar" desc = "It's a big crowbar. It doesn't fit in your pockets, because it's big. It feels oddly heavy.." force = 20