Skip to content

Commit

Permalink
Фикс
Browse files Browse the repository at this point in the history
  • Loading branch information
lolybomb committed Sep 22, 2024
1 parent 2bf4acc commit e8885fe
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions code/modules/research/designs/medical_designs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions code/modules/surgery/tools.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down
Binary file modified icons/mob/inhands/items_lefthand.dmi
Binary file not shown.
Binary file modified icons/mob/inhands/items_righthand.dmi
Binary file not shown.

0 comments on commit e8885fe

Please sign in to comment.