From 836d3ba8b61b2b5f85e403549c8fd1ec7dbd3683 Mon Sep 17 00:00:00 2001 From: XDTM Date: Fri, 26 Jan 2018 20:07:36 +0100 Subject: [PATCH] Replaces pax in PK borgs with a version that expires faster --- code/modules/reagents/chemistry/reagents/other_reagents.dm | 6 ++++++ code/modules/reagents/reagent_containers/borghydro.dm | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/code/modules/reagents/chemistry/reagents/other_reagents.dm b/code/modules/reagents/chemistry/reagents/other_reagents.dm index 309273900dd..3a777e4fd02 100644 --- a/code/modules/reagents/chemistry/reagents/other_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/other_reagents.dm @@ -1763,3 +1763,9 @@ var/mob/living/L = M L.remove_trait(TRAIT_PACIFISM, id) ..() + +/datum/reagent/pax/borg + name = "synth-pax" + id = "synthpax" + description = "A colorless liquid that suppresses violence on the subjects. Cheaper to synthetize, but wears out faster than normal Pax." + metabolization_rate = 1.5 * REAGENTS_METABOLISM \ No newline at end of file diff --git a/code/modules/reagents/reagent_containers/borghydro.dm b/code/modules/reagents/reagent_containers/borghydro.dm index faa56c4fbaa..0dec687f68f 100644 --- a/code/modules/reagents/reagent_containers/borghydro.dm +++ b/code/modules/reagents/reagent_containers/borghydro.dm @@ -225,13 +225,13 @@ Borg Shaker /obj/item/reagent_containers/borghypo/peace name = "Peace Hypospray" - reagent_ids = list("dizzysolution","tiresolution","pax") + reagent_ids = list("dizzysolution","tiresolution","synthpax") accepts_reagent_upgrades = FALSE /obj/item/reagent_containers/borghypo/peace/hacked desc = "Everything's peaceful in death!" icon_state = "borghypo_s" - reagent_ids = list("dizzysolution","tiresolution","pax","tirizene","sulfonal","sodium_thiopental","cyanide","neurotoxin2") + reagent_ids = list("dizzysolution","tiresolution","synthpax","tirizene","sulfonal","sodium_thiopental","cyanide","neurotoxin2") accepts_reagent_upgrades = FALSE /obj/item/reagent_containers/borghypo/epi