diff --git a/code/game/gamemodes/miniantags/borer/borer.dm b/code/game/gamemodes/miniantags/borer/borer.dm old mode 100755 new mode 100644 diff --git a/code/game/objects/items/weapons/tools.dm b/code/game/objects/items/weapons/tools.dm index 1fed246665f..3b1c08c5042 100644 --- a/code/game/objects/items/weapons/tools.dm +++ b/code/game/objects/items/weapons/tools.dm @@ -651,12 +651,14 @@ obj/item/weapon/weldingtool/experimental/process() /obj/item/weapon/crowbar/red icon_state = "crowbar_red" + item_state = "crowbar_red" force = 8 /obj/item/weapon/crowbar/brass name = "brass crowbar" desc = "A brass crowbar. It feels faintly warm to the touch." icon_state = "crowbar_brass" + item_state = "crowbar_brass" toolspeed = 0.5 /obj/item/weapon/crowbar/abductor @@ -677,7 +679,7 @@ obj/item/weapon/weldingtool/experimental/process() throw_range = 3 materials = list(MAT_METAL=70) icon_state = "crowbar_large" - item_state = "crowbar" + item_state = "crowbar_large" toolspeed = 0.5 /obj/item/weapon/crowbar/cyborg diff --git a/icons/mob/inhands/items_lefthand.dmi b/icons/mob/inhands/items_lefthand.dmi index 747d51d1e33..6d0661c8911 100644 Binary files a/icons/mob/inhands/items_lefthand.dmi and b/icons/mob/inhands/items_lefthand.dmi differ diff --git a/icons/mob/inhands/items_righthand.dmi b/icons/mob/inhands/items_righthand.dmi index 147401d2d78..7dc7b163c54 100644 Binary files a/icons/mob/inhands/items_righthand.dmi and b/icons/mob/inhands/items_righthand.dmi differ