From cd58be103428cc4773e76883ddea525589ad0458 Mon Sep 17 00:00:00 2001 From: qwerltaz <69696513+qwerltaz@users.noreply.github.com> Date: Wed, 13 Dec 2023 21:17:48 +0100 Subject: [PATCH] Fix frezon intoxication (#22453) --- Resources/Prototypes/Reagents/gases.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Reagents/gases.yml b/Resources/Prototypes/Reagents/gases.yml index 7f765f6d23..22873ab2d7 100644 --- a/Resources/Prototypes/Reagents/gases.yml +++ b/Resources/Prototypes/Reagents/gases.yml @@ -1,4 +1,4 @@ -- type: reagent +- type: reagent id: Oxygen name: reagent-name-oxygen desc: reagent-desc-oxygen @@ -346,7 +346,7 @@ ignoreResistances: true damage: types: - Cellular: 0.01 + Cellular: 0.5 - !type:GenericStatusEffect conditions: - !type:ReagentThreshold @@ -355,9 +355,10 @@ key: SeeingRainbows component: SeeingRainbows type: Add - time: 5 + time: 500 refresh: false - !type:Drunk + boozePower: 500 conditions: - !type:ReagentThreshold reagent: Frezon -- 2.51.2