From e0a604522bc96d359ae24a2fd3a6664bd11adea3 Mon Sep 17 00:00:00 2001 From: 0-Anon Date: Mon, 29 Dec 2025 17:36:01 -0500 Subject: [PATCH] Ammonia restores Rat King Bloodlevel (#42167) * Ammonia restores Rat King Bloodlevel Adds a saline effect to ammonia for creatures with the rat metabolizer type condition (aka, rat kings) * error fix code did not like amount under condition so fixing that, and restoring amount to 1 to be identical to how it was working in the video. amount 6 was comical levels of blood restoration --- Resources/Prototypes/Reagents/botany.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Prototypes/Reagents/botany.yml b/Resources/Prototypes/Reagents/botany.yml index 5f420c127d..428c4e50a5 100644 --- a/Resources/Prototypes/Reagents/botany.yml +++ b/Resources/Prototypes/Reagents/botany.yml @@ -266,6 +266,14 @@ Burn: -2.5 types: Bloodloss: -5 + - !type:ModifyBloodLevel + amount: 1 + conditions: + - !type:MetabolizerTypeCondition + type: [ Rat ] + - !type:ReagentCondition + reagent: Ammonia + min: 1 - !type:Oxygenate # ammonia displaces nitrogen in vox blood conditions: - !type:MetabolizerTypeCondition