From 28b2fcc0281824dd616a0b38bb41fee9287198cb Mon Sep 17 00:00:00 2001 From: ReturnToZender <110273561+ReturnToZender@users.noreply.github.com> Date: Mon, 5 Jun 2023 03:21:15 -0500 Subject: [PATCH] Small edits to Skyrat traitor items (#233) ## About The Pull Request Adds back some Skyrat-removed traitor items. Honorable mentions for review are stimulants not preventing knockdown. Although these seem to be TG changes, which is quite sad. Stimulants ineffective :( ## Changelog :cl: Add: Briefcase Launchpad Add: Distraction phone Del: Skyrat Syndicate bomb changes /:cl: --- code/modules/uplink/uplink_items/device_tools.dm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/code/modules/uplink/uplink_items/device_tools.dm b/code/modules/uplink/uplink_items/device_tools.dm index 231f9995504..8e993aec4ee 100644 --- a/code/modules/uplink/uplink_items/device_tools.dm +++ b/code/modules/uplink/uplink_items/device_tools.dm @@ -65,13 +65,13 @@ cost = 1 surplus = 20 -/* /datum/uplink_item/device_tools/briefcase_launchpad // SKYRAT EDIT REMOVAL +/datum/uplink_item/device_tools/briefcase_launchpad name = "Briefcase Launchpad" desc = "A briefcase containing a launchpad, a device able to teleport items and people to and from targets up to eight tiles away from the briefcase. \ Also includes a remote control, disguised as an ordinary folder. Touch the briefcase with the remote to link it." surplus = 0 item = /obj/item/storage/briefcase/launchpad - cost = 6 */ + cost = 6 /datum/uplink_item/device_tools/syndicate_teleporter name = "Experimental Syndicate Teleporter" @@ -175,7 +175,6 @@ cost = 3 purchasable_from = ~(UPLINK_NUKE_OPS | UPLINK_CLOWN_OPS) -/* SKYRAT EDIT REMOVAL - It's laggy and doesn't really add much roleplay value /datum/uplink_item/device_tools/suspiciousphone name = "Protocol CRAB-17 Phone" desc = "The Protocol CRAB-17 Phone, a phone borrowed from an unknown third party, it can be used to crash the space market, funneling the losses of the crew to your bank account.\ @@ -184,7 +183,6 @@ restricted = TRUE cost = 7 limited_stock = 1 -*/ // SKYRAT EDIT REMOVAL END /datum/uplink_item/device_tools/binary name = "Binary Translator Key"