From d4e8ba7a6e1382b57c1c821d475df3f3ceb3126d Mon Sep 17 00:00:00 2001 From: ATH1909 <42606352+ATH1909@users.noreply.github.com> Date: Tue, 1 Nov 2022 17:02:47 -0400 Subject: [PATCH] The reagent dartgun's uplink description no longer lies to the player (#70951) Updates the uplink description of the reagent dartgun to reflect it's post-change reagent capacity (90u). --- code/modules/uplink/uplink_items/job.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/uplink/uplink_items/job.dm b/code/modules/uplink/uplink_items/job.dm index 6a218b7f148..6cc37d185c5 100644 --- a/code/modules/uplink/uplink_items/job.dm +++ b/code/modules/uplink/uplink_items/job.dm @@ -214,7 +214,7 @@ /datum/uplink_item/role_restricted/chemical_gun name = "Reagent Dartgun" - desc = "A heavily modified syringe gun which is capable of synthesizing its own chemical darts using input reagents. Can hold 100u of reagents." + desc = "A heavily modified syringe gun which is capable of synthesizing its own chemical darts using input reagents. Can hold 90u of reagents." progression_minimum = 30 MINUTES item = /obj/item/gun/chem cost = 12