diff --git a/code/modules/antagonists/abductor/equipment/gear/abductor_items.dm b/code/modules/antagonists/abductor/equipment/gear/abductor_items.dm index df52eb34071..85c2fd96d2b 100644 --- a/code/modules/antagonists/abductor/equipment/gear/abductor_items.dm +++ b/code/modules/antagonists/abductor/equipment/gear/abductor_items.dm @@ -274,10 +274,10 @@
1.Acquire fresh specimen.
2.Put the specimen on operating table.
-3.Apply surgical drapes, preparing for experimental dissection.
+3.Apply surgical drapes, preparing for experimental organ manipulation.
4.Apply scalpel to specimen's torso.
-5.Clamp bleeders on specimen's torso with a hemostat.
-6.Retract skin of specimen's torso with a retractor.
+5.Retract skin of specimen's torso with a retractor.
+6.Clamp bleeders on specimen's torso with a hemostat.
7.Apply scalpel again to specimen's torso.
8.Search through the specimen's torso with your hands to remove any superfluous organs.
9.Insert replacement gland (Retrieve one from gland storage).
@@ -286,7 +286,20 @@ 12.Choose one of the machine options. The target will be analyzed and teleported to the selected drop-off point.
13.You will receive one supply credit, and the subject will be counted towards your quota.

-Congratulations! You are now trained for invasive xenobiology research!"} +Congratulations! You are now trained for invasive xenobiology research!
+
+Addendum for more exotic biomechanical specimens:
+1.Acquire less conventional surgical instruments from your collaborator.
+2.Apply surgical drapes, preparing for hardware manipulation.
+3.Use screwdriver to unscrew specimen's shell.
+4.Open hatch with your hands.
+5.Use wrench to unwrench bolts of specimen's torso.
+6.Use multitool to prepare the mechanical parts for removal.
+7.Remove circulatory mechanism with hemostat.
+8.Insert replacement gland (Retrieve one from gland storage).
+9.Use wrench to secure bolts again.
+10.Use screwdriver to resecure specimen's shell.
+Return to step 11 of normal process."} /obj/item/paper/guides/antag/abductor/click_alt() return CLICK_ACTION_BLOCKING //otherwise it would fold into a paperplane.