mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 23:53:47 +01:00
Adds the oneuse autosurgeon (#25978)
This commit is contained in:
@@ -328,7 +328,7 @@
|
||||
spawn_inside = /obj/structure/closet/secure_closet/syndicate/depot/armory
|
||||
// Combat orientated items that could give the player an advantage if an antag messes with them.
|
||||
result = list(/obj/item/melee/energy/sword/saber = 1,
|
||||
/obj/item/autosurgeon/organ/syndicate/razorwire = 1,
|
||||
/obj/item/autosurgeon/organ/syndicate/oneuse/razorwire = 1,
|
||||
/obj/item/chameleon = 1,
|
||||
/obj/item/CQC_manual = 1,
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/stimulants = 1,
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
/obj/item/pinpointer/advpinpointer, // 4TC
|
||||
/obj/item/rcd/preloaded, // 0TC
|
||||
/obj/item/storage/box/syndie_kit/space, // 4TC
|
||||
/obj/item/autosurgeon/organ/syndicate/meson_eyes, // 0TC
|
||||
/obj/item/autosurgeon/organ/syndicate/oneuse/meson_eyes, // 0TC
|
||||
/obj/item/encryptionkey/syndicate) // 2TC
|
||||
|
||||
/// 185TC
|
||||
@@ -130,7 +130,7 @@
|
||||
desc = "A kit with everything you need to hack into and disrupt the Station, AI, its cyborgs and the Security team. HACK THE PLANET!"
|
||||
items = list(
|
||||
/obj/item/melee/energy/sword/saber/blue, // 40TC
|
||||
/obj/item/autosurgeon/organ/syndicate/hackerman_deck, // 30TC
|
||||
/obj/item/autosurgeon/organ/syndicate/oneuse/hackerman_deck, // 30TC
|
||||
/obj/item/door_remote/omni/access_tuner, // 30 TC, HACK EVERYTHING
|
||||
/obj/item/encryptionkey/syndicate, // 10TC
|
||||
/obj/item/encryptionkey/binary, // 25TC
|
||||
@@ -202,9 +202,9 @@
|
||||
/obj/item/mod/module/stealth, // ?TC
|
||||
/obj/item/mod/module/power_kick, // ?TC
|
||||
/obj/item/mod/module/sphere_transform, // ?TC
|
||||
/obj/item/autosurgeon/organ/syndicate/laser_arm, // ?TC
|
||||
/obj/item/autosurgeon/organ/syndicate/oneuse/laser_arm, // ?TC
|
||||
/obj/item/pinpointer/advpinpointer, // 20TC
|
||||
/obj/item/autosurgeon/organ/syndicate/hardened_heart, // Like adrenals but no speed / healing
|
||||
/obj/item/autosurgeon/organ/syndicate/oneuse/hardened_heart, // Like adrenals but no speed / healing
|
||||
/obj/item/storage/belt/utility/full/multitool, // 15TC
|
||||
/obj/item/clothing/head/collectable/slime, // 0TC priceless
|
||||
/obj/item/encryptionkey/syndicate) // 10TC
|
||||
|
||||
Reference in New Issue
Block a user