diff --git a/code/WorkInProgress/mining.dm b/code/WorkInProgress/mining.dm index ea51d311ff9..fc1de63d1d3 100644 --- a/code/WorkInProgress/mining.dm +++ b/code/WorkInProgress/mining.dm @@ -2579,9 +2579,9 @@ var/list/datum/material_recipe/MATERIAL_RECIPES = list( desc = "The perfect weapon to kill space lizard with in the mines, includes bicycle pump." drill - name = "Giga Drill" + name = "Turbo Drill" icon_state = "jackhammer" - item_state = "gigadrill" + item_state = "handdrill" digspeed = 10 desc = "Yours is the drill that will pierce the heavens!" diff --git a/icons/obj/items.dmi b/icons/obj/items.dmi index 470d63adbda..f4d1d58aefa 100644 Binary files a/icons/obj/items.dmi and b/icons/obj/items.dmi differ