Adds the oneuse autosurgeon (#25978)

This commit is contained in:
DGamerL
2024-06-26 22:38:53 +02:00
committed by GitHub
parent 59baefe254
commit ed7782ad4c
5 changed files with 27 additions and 31 deletions
+3 -3
View File
@@ -884,7 +884,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
on use, and will be quite visual as you are emaging the object. \
Will not show on unupgraded body scanners. Incompatible with the Qani-Laaca Sensory Computer."
reference = "HKR"
item = /obj/item/autosurgeon/organ/syndicate/hackerman_deck
item = /obj/item/autosurgeon/organ/syndicate/oneuse/hackerman_deck
cost = 30 // Probably slightly less useful than an emag with heat / cooldown, but I am not going to make it cheaper or everyone picks it over emag
/datum/uplink_item/cyber_implants/razorwire
@@ -893,7 +893,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
Impossibly thin and flawlessly sharp, it should slice through organic materials with no trouble; \
even from a few steps away. However, results against anything more durable will heavily vary."
reference = "RZR"
item = /obj/item/autosurgeon/organ/syndicate/razorwire
item = /obj/item/autosurgeon/organ/syndicate/oneuse/razorwire
cost = 20
/datum/uplink_item/cyber_implants/scope_eyes
@@ -902,7 +902,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
Many users find it disorienting, and find it hard to interact with things near them when active. \
This pair has been hardened for special operations personnel."
reference = "KOE"
item = /obj/item/autosurgeon/organ/syndicate/scope_eyes
item = /obj/item/autosurgeon/organ/syndicate/oneuse/scope_eyes
cost = 20
+1 -1
View File
@@ -567,7 +567,7 @@
Overdosing will cause massive heart damage, but will allow the user to dodge bullets for a minute and attack even faster.\
Two minute normal uptime, 5 minute cooldown, unlimited uses. Incompatible with the Binyat Wireless Hacking System."
reference = "QLSC"
item = /obj/item/autosurgeon/organ/syndicate/sensory_enhancer
item = /obj/item/autosurgeon/organ/syndicate/oneuse/sensory_enhancer
cost = 40
excludefrom = list(UPLINK_TYPE_NUCLEAR, UPLINK_TYPE_SST) //No, nukies do not get to dodge bullets.