From 83629764d8bf6894fd5b2cbbcf2e327ba8e3d30e Mon Sep 17 00:00:00 2001 From: phil235 Date: Thu, 25 Jun 2015 00:55:11 +0200 Subject: [PATCH 1/3] Buffs stimulants reagent. Changes the uplink stimpack description (immune to stuns -> nearly immune) --- code/datums/uplink_item.dm | 2 +- .../reagents/Chemistry-Reagents/Medicine-Reagents.dm | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index 8b19f95f6d5..acfd4ab42f1 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -478,7 +478,7 @@ var/list/uplink_items = list() /datum/uplink_item/stealthy_tools/stimpack name = "Stimpack" - desc = "Stimpacks, a tool of many great heroes, make you immune to stuns and knockdowns for about 5 minutes after injection." + desc = "Stimpacks, a tool of many great heroes, make you nearly immune to stuns and knockdowns for about 5 minutes after injection." item = /obj/item/weapon/reagent_containers/syringe/stimulants cost = 8 surplus = 90 diff --git a/code/modules/reagents/Chemistry-Reagents/Medicine-Reagents.dm b/code/modules/reagents/Chemistry-Reagents/Medicine-Reagents.dm index d53b85db81d..0637664da4d 100644 --- a/code/modules/reagents/Chemistry-Reagents/Medicine-Reagents.dm +++ b/code/modules/reagents/Chemistry-Reagents/Medicine-Reagents.dm @@ -704,10 +704,10 @@ M.adjustToxLoss(-1*REM) M.adjustBruteLoss(-1*REM) M.adjustFireLoss(-1*REM) - M.AdjustParalysis(-1) - M.AdjustStunned(-1) - M.AdjustWeakened(-1) - M.adjustStaminaLoss(-1.5*REM) + M.AdjustParalysis(-3) + M.AdjustStunned(-3) + M.AdjustWeakened(-3) + M.adjustStaminaLoss(-5*REM) ..() /datum/reagent/medicine/stimulants/overdose_process(var/mob/living/M as mob) From cedd9ce4e6579e3d45043070d7c9e2c04339cbca Mon Sep 17 00:00:00 2001 From: phil235 Date: Thu, 25 Jun 2015 01:01:40 +0200 Subject: [PATCH 2/3] Adding changelog --- html/changelogs/phil235-StimulantsBuff.yml | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 html/changelogs/phil235-StimulantsBuff.yml diff --git a/html/changelogs/phil235-StimulantsBuff.yml b/html/changelogs/phil235-StimulantsBuff.yml new file mode 100644 index 00000000000..d4da85ab4ce --- /dev/null +++ b/html/changelogs/phil235-StimulantsBuff.yml @@ -0,0 +1,30 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# spellcheck (typo fixes) +# experiment +# tgs (TG-ported fixes?) +################################# + +# Your name. +author: phil235 + +delete-after: True + +changes: + - tweak: "Buffs traitor stimpack (and adrenalin implant) to be more efficient against stuns/knockdowns. \ No newline at end of file From bc8ffc4aa00bf966ab169f5fa0ac8c5832d55f32 Mon Sep 17 00:00:00 2001 From: phil235 Date: Thu, 25 Jun 2015 12:53:33 +0200 Subject: [PATCH 3/3] derp --- html/changelogs/phil235-StimulantsBuff.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/changelogs/phil235-StimulantsBuff.yml b/html/changelogs/phil235-StimulantsBuff.yml index d4da85ab4ce..2b01e5d73bd 100644 --- a/html/changelogs/phil235-StimulantsBuff.yml +++ b/html/changelogs/phil235-StimulantsBuff.yml @@ -27,4 +27,4 @@ author: phil235 delete-after: True changes: - - tweak: "Buffs traitor stimpack (and adrenalin implant) to be more efficient against stuns/knockdowns. \ No newline at end of file + - tweak: "Buffs traitor stimpack (and adrenalin implant) to be more efficient against stuns/knockdowns." \ No newline at end of file