diff --git a/code/game/objects/items/implants/implant_misc.dm b/code/game/objects/items/implants/implant_misc.dm
index 9bbece6a4047..905791a8c3fa 100644
--- a/code/game/objects/items/implants/implant_misc.dm
+++ b/code/game/objects/items/implants/implant_misc.dm
@@ -17,7 +17,7 @@
name = "adrenal implant"
desc = "Removes all stuns."
icon_state = "adrenal"
- uses = 3
+ uses = 2 //dripstation edit
/obj/item/implant/adrenalin/get_data()
var/dat = {"Implant Specifications:
@@ -46,7 +46,7 @@
imp_in.reagents.add_reagent(/datum/reagent/medicine/synaptizine, 10)
imp_in.reagents.add_reagent(/datum/reagent/medicine/omnizine, 10)
- imp_in.reagents.add_reagent(/datum/reagent/medicine/stimulants, 10)
+ imp_in.reagents.add_reagent(/datum/reagent/medicine/stimulants, 5) //dripstation edit, just like ninja
if(!uses)
qdel(src)
diff --git a/code/modules/modular_computers/file_system/programs/antagonist/frame.dm b/code/modules/modular_computers/file_system/programs/antagonist/frame.dm
index 5b75c2954b91..f2372d91db68 100644
--- a/code/modules/modular_computers/file_system/programs/antagonist/frame.dm
+++ b/code/modules/modular_computers/file_system/programs/antagonist/frame.dm
@@ -107,7 +107,7 @@ GLOBAL_LIST_EMPTY(PDAFrameCodes)
/datum/ntosframecode
var/code = ""
- var/uses = 5
+ var/uses = 3 //dripstation edit, changed from 5
/datum/ntosframecode/New()
code = "[num2hex(rand(1,65535), -1)][num2hex(rand(1,65535), -1)]" // 8 hexadecimal digits
diff --git a/modular_dripstation/code/modules/uplink/uplink_items.dm b/modular_dripstation/code/modules/uplink/uplink_items.dm
index dd6060ff1027..0786882fa61e 100644
--- a/modular_dripstation/code/modules/uplink/uplink_items.dm
+++ b/modular_dripstation/code/modules/uplink/uplink_items.dm
@@ -1,4 +1,6 @@
////////////Syndicate/////////////
+/datum/uplink_item/device_tools/frame
+ cost = 2
/datum/uplink_item/suits/hardsuit
name = "Blood-red RIG"
desc = "The feared suit of a Syndicate nuclear operative. Features slightly better armoring and a built in jetpack \
@@ -256,4 +258,4 @@
Slowly recharges, but incredibly robust."
item = /obj/item/module/shield/nt
cost = 30
- cant_discount = TRUE
\ No newline at end of file
+ cant_discount = TRUE