Skip to content

Commit

Permalink
One use only please (ParadiseSS13#25967)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwertytoforty authored Jun 18, 2024
1 parent 2b4dc42 commit 7acefde
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions code/modules/surgery/organs/autosurgeon.dm
Original file line number Diff line number Diff line change
Expand Up @@ -135,15 +135,17 @@
if(storedorgan)
return storedorgan.examine_more()

/obj/item/autosurgeon/organ/syndicate/scope_eyes
desc = "A single use autosurgeon that contains Hardened Kaleido Optics eyes. A screwdriver can be used to remove it, but implants can't be placed back in."
uses = 1
starting_organ = /obj/item/organ/internal/eyes/cybernetic/scope/hardened

/obj/item/autosurgeon/organ/syndicate/thermal_eyes
starting_organ = /obj/item/organ/internal/eyes/cybernetic/thermals/hardened

/obj/item/autosurgeon/organ/syndicate/xray_eyes
starting_organ = /obj/item/organ/internal/eyes/cybernetic/xray/hardened

/obj/item/autosurgeon/organ/syndicate/scope_eyes
starting_organ = /obj/item/organ/internal/eyes/cybernetic/scope/hardened

/obj/item/autosurgeon/organ/syndicate/anti_stam
starting_organ = /obj/item/organ/internal/cyberimp/brain/anti_stam/hardened

Expand Down

0 comments on commit 7acefde

Please sign in to comment.