diff --git a/code/modules/uplink/uplink_items.dm b/code/modules/uplink/uplink_items.dm index e8a7d11a8da..d73dab4eb60 100644 --- a/code/modules/uplink/uplink_items.dm +++ b/code/modules/uplink/uplink_items.dm @@ -431,7 +431,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) Using a wrench on the piston valve will allow you to tweak the amount of gas used per punch to \ deal extra damage and hit targets further. Use a screwdriver to take out any attached tanks." item = /obj/item/melee/powerfist - cost = 8 + cost = 6 /datum/uplink_item/dangerous/sniper name = "Sniper Rifle" @@ -486,7 +486,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) desc = "An innocent-looking toy pistol designed to fire foam darts. Comes loaded with riot-grade \ darts effective at incapacitating a target." item = /obj/item/gun/ballistic/automatic/toy/pistol/riot - cost = 3 + cost = 2 surplus = 10 // Stealthy Weapons @@ -856,7 +856,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) name = "Bag of C-4 explosives" desc = "Because sometimes quantity is quality. Contains 10 C-4 plastic explosives." item = /obj/item/storage/backpack/duffelbag/syndie/c4 - cost = 9 //10% discount! + cost = 8 //20% discount! cant_discount = TRUE /datum/uplink_item/explosives/x4bag @@ -927,7 +927,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) name = "Slipocalypse Clusterbang" desc = "A traditional clusterbang grenade with a payload consisting entirely of Syndicate soap. Useful in any scenario!" item = /obj/item/grenade/clusterbuster/soap - cost = 6 + cost = 3 /datum/uplink_item/explosives/syndicate_bomb name = "Syndicate Bomb" @@ -1337,7 +1337,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) in containment. Because of its size, it cannot be carried. Ordering this \ sends you a small beacon that will teleport the larger beacon to your location upon activation." item = /obj/item/sbeacondrop - cost = 14 + cost = 10 /datum/uplink_item/device_tools/powersink name = "Power Sink" @@ -1345,7 +1345,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) load on the grid, causing a station-wide blackout. The sink is large and cannot be stored in most \ traditional bags and boxes. Caution: Will explode if the powernet contains sufficient amounts of energy." item = /obj/item/powersink - cost = 6 + cost = 10 /datum/uplink_item/device_tools/rad_laser name = "Radioactive Microlaser" @@ -1404,7 +1404,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) of the originals, these inferior copies are still quite useful, being able to provide \ both weal and woe on the battlefield, even if they do occasionally bite off a finger." item = /obj/item/storage/book/bible/syndicate - cost = 9 + cost = 5 /datum/uplink_item/device_tools/thermal name = "Thermal Imaging Glasses"