Makes the Alien Scalpel Into a Laser Scalpel + Slight Sprite Modification (#28651)

* Alien Scalpel Buff

* Update robot_upgrades.dm

* Update abductor.dmi

* Update abduction_gear.dm
This commit is contained in:
CRUNCH
2025-04-02 12:26:03 +00:00
committed by GitHub
parent 7a72d54fec
commit 05c4ce3c83
7 changed files with 12 additions and 30 deletions
@@ -591,16 +591,16 @@ CONTENTS:
<br>
1.Acquire fresh specimen.<br>
2.Put the specimen on operating table.<br>
3.Apply scalpel to the chest, preparing for experimental dissection.<br>
4.Apply scalpel to specimen's torso.<br>
3.Apply a scalpel to the chest, preparing for experimental dissection.<br>
4.Make incision on specimen's torso with a scalpel.<br>
5.Clamp bleeders on specimen's torso with a hemostat.<br>
6.Retract skin of specimen's torso with a retractor.<br>
7.Saw through the specimen's torso with a saw.<br>
8.Apply retractor again to specimen's torso.<br>
9.Search through the specimen's torso with your hands to remove any superfluous organs.<br>
10.Insert replacement gland (Retrieve one from gland storage).<br>
11.Cauterize the patient's torso with a cautery.<br>
12.Consider dressing the specimen back to not disturb the habitat. <br>
11.Cauterize the patient's torso. Your scalpel also functions as a cautery for this purpose.<br>
12.Consider dressing the specimen back to not disturb the habitat.<br>
13.Put the specimen in the experiment machinery.<br>
14.Choose one of the machine options. The target will be analyzed and teleported to the selected drop-off point.<br>
15.You will receive one supply credit, and the subject will be counted towards your quota.<br>
@@ -708,10 +708,11 @@ Congratulations! You are now trained for invasive xenobiology research!"}
/////////////////////////////////////////
/////////// MEDICAL TOOLS ///////////////
/////////////////////////////////////////
/obj/item/scalpel/alien
/obj/item/scalpel/laser/alien
name = "alien scalpel"
desc = "It's a gleaming sharp knife made out of silvery-green metal."
desc = "A translucent blade attached to a handle of strange silvery metal. When held still against broken flesh, the blade becomes extremely hot."
icon = 'icons/obj/abductor.dmi'
icon_state = "scalpel"
origin_tech = "materials=2;biotech=2;abductor=2"
toolspeed = 0.25
@@ -743,13 +744,6 @@ Congratulations! You are now trained for invasive xenobiology research!"}
origin_tech = "materials=2;biotech=2;abductor=2"
toolspeed = 0.25
/obj/item/cautery/alien
name = "alien cautery"
desc = "Why would bloodless aliens have a tool to stop bleeding? Unless..."
icon = 'icons/obj/abductor.dmi'
origin_tech = "materials=2;biotech=2;abductor=2"
toolspeed = 0.25
/obj/item/bonegel/alien
name = "alien bone gel"
desc = "It smells like duct tape."
@@ -481,7 +481,7 @@
require_module = TRUE
module_type = /obj/item/robot_module/medical
items_to_replace = list(
/obj/item/scalpel/laser/laser1 = /obj/item/scalpel/laser/laser3, // No abductor laser scalpel, so next best thing.
/obj/item/scalpel/laser/laser1 = /obj/item/scalpel/laser/alien,
/obj/item/hemostat = /obj/item/hemostat/alien,
/obj/item/retractor = /obj/item/retractor/alien,
/obj/item/bonegel = /obj/item/bonegel/alien,