diff --git a/code/modules/research/designs/medical_designs.dm b/code/modules/research/designs/medical_designs.dm index 0baff46e696..ac8e7807b77 100644 --- a/code/modules/research/designs/medical_designs.dm +++ b/code/modules/research/designs/medical_designs.dm @@ -217,7 +217,7 @@ /datum/design/item/retractor_laser name = "Advenced Laser Retractor" - desc = "A retractor with a laser tip.This one looks to be the pinnacle of precision energy a surgery tools!" + desc = "A retractor with a laser tip. This one looks to be the pinnacle of precision energy a surgery tools!" id = "retractor_laser" req_tech = list("biotech" = 4, "materials" = 6, "magnets" = 5) build_type = PROTOLATHE @@ -227,7 +227,7 @@ /datum/design/item/hemostat_laser name = "Advenced Laser Hemostat" - desc = "A hemostat with a laser clamp.This one looks to be the pinnacle of precision energy a surgery tools!" + desc = "A hemostat with a laser clamp. This one looks to be the pinnacle of precision energy a surgery tools!" id = "hemostat_laser" req_tech = list("biotech" = 4, "materials" = 6, "magnets" = 5) build_type = PROTOLATHE @@ -237,7 +237,7 @@ /datum/design/item/surgicaldrill_laser name = "Advenced Laser Surgical Drill" - desc = "A surgery drill with a directed laser bit.This one looks to be the pinnacle of precision energy a surgery tools!" + desc = "A surgery drill with a directed laser bit. This one looks to be the pinnacle of precision energy a surgery tools!" id = "surgicaldrill_laser" req_tech = list("biotech" = 4, "materials" = 6, "magnets" = 5) build_type = PROTOLATHE @@ -247,7 +247,7 @@ /datum/design/item/circular_laser name = "Advenced Laser Circular Saw" - desc = "A saw with a circular laser disk.This one looks to be the pinnacle of precision energy a surgery tools!" + desc = "A saw with a circular laser disk. This one looks to be the pinnacle of precision energy a surgery tools!" id = "circular_laser" req_tech = list("biotech" = 4, "materials" = 6, "magnets" = 5) build_type = PROTOLATHE diff --git a/code/modules/surgery/tools.dm b/code/modules/surgery/tools.dm index 7dacd1d91fc..3827cb89721 100644 --- a/code/modules/surgery/tools.dm +++ b/code/modules/surgery/tools.dm @@ -16,7 +16,7 @@ /obj/item/retractor/laser name = "Advanced Laser Retractors" - desc = "A retractor with a laser tip.This one looks to be the pinnacle of precision energy a surgery tools!" + desc = "A retractor with a laser tip. This one looks to be the pinnacle of precision energy a surgery tools!" icon_state = "retractor_laser" item_state = "retractor_laser" toolspeed = 0.4 @@ -45,7 +45,7 @@ /obj/item/hemostat/laser name = "Advanced Laser Hemostat" - desc = "A hemostat with a laser clamp.This one looks to be the pinnacle of precision energy a surgery tools!" + desc = "A hemostat with a laser clamp. This one looks to be the pinnacle of precision energy a surgery tools!" icon_state = "hemostat_laser" item_state = "hemostat_laser" toolspeed = 0.4 @@ -102,7 +102,7 @@ /obj/item/surgicaldrill/laser name = "Advanced Laser Surgical Drill" - desc = "A surgery drill with a directed laser bit.This one looks to be the pinnacle of precision energy a surgery tools!" + desc = "A surgery drill with a directed laser bit. This one looks to be the pinnacle of precision energy a surgery tools!" icon_state = "drill_laser" item_state = "drill_laser" toolspeed = 0.4 @@ -229,7 +229,7 @@ /obj/item/circular_saw/laser name = "Advanced Laser Circular Saw" - desc = "A saw with a circular laser disk.This one looks to be the pinnacle of precision energy a surgery tools!" + desc = "A saw with a circular laser disk. This one looks to be the pinnacle of precision energy a surgery tools!" icon_state = "saw_laser" item_state = "saw_laser" origin_tech = "biotech=1;material=1" @@ -298,7 +298,7 @@ /obj/item/bonesetter/laser name = "Advanced Laser Bone Setter" - desc = "A bone settler with a laser teeth.This one looks to be the pinnacle of precision energy a surgery tools!" + desc = "A bone settler with a laser teeth. This one looks to be the pinnacle of precision energy a surgery tools!" icon_state = "bonesetter_laser" item_state = "bonesetter_laser" toolspeed = 0.4 diff --git a/icons/mob/inhands/items_lefthand.dmi b/icons/mob/inhands/items_lefthand.dmi index 271285d895e..be953a23bbc 100755 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 ae5aa4fd23d..6377ce30992 100755 Binary files a/icons/mob/inhands/items_righthand.dmi and b/icons/mob/inhands/items_righthand.dmi differ