From 0c985d9f953e3ba5180db02b004bdd2e2ddd7441 Mon Sep 17 00:00:00 2001 From: private-tristan <54422837+private-tristan@users.noreply.github.com> Date: Wed, 8 Jan 2025 23:33:36 -0500 Subject: [PATCH] Neuraline no longer generates/is required for chem (#8012) # About the pull request taken directly from #7023 #7249 didn't make it impossible to get ![image](https://github.com/user-attachments/assets/dc9bfc49-2fb3-4ffe-8f10-411a4637ca1b) # Explain why it's good for the game neuraline very hard to get, removes the ability to get it or for it to generate as a requirement for chems so that researchers can be happy. # Testing Photographs and Procedure
Screenshots & Videos Put screenshots and videos here with an empty line between the screenshots and the `
` tags.
# Changelog :cl: fix: Neuraline no longer generates in recipes, and is unobtainable from botany. /:cl: --- code/modules/reagents/chemistry_reagents/medical.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/reagents/chemistry_reagents/medical.dm b/code/modules/reagents/chemistry_reagents/medical.dm index a30fcfe28f98..dfd382cd0042 100644 --- a/code/modules/reagents/chemistry_reagents/medical.dm +++ b/code/modules/reagents/chemistry_reagents/medical.dm @@ -188,9 +188,9 @@ custom_metabolism = AMOUNT_PER_TIME(1, 5 SECONDS) overdose = 2 overdose_critical = 3 - chemclass = CHEM_CLASS_SPECIAL + chemclass = CHEM_CLASS_RARE properties = list(PROPERTY_NERVESTIMULATING = 5) - flags = REAGENT_TYPE_MEDICAL + flags = REAGENT_TYPE_MEDICAL | REAGENT_NO_GENERATION /datum/reagent/medical/arithrazine name = "Arithrazine"