From: UpAndLeaves <92269094+Alpha-Two@users.noreply.github.com> Date: Sun, 2 Feb 2025 21:31:32 +0000 (+0000) Subject: Fixed Wehxplosion yaml error (#34837) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=20f5cbf3fdfb954046aa14b420f6f0b6a0625901;p=space-station-14.git Fixed Wehxplosion yaml error (#34837) --- diff --git a/Resources/Prototypes/Reagents/fun.yml b/Resources/Prototypes/Reagents/fun.yml index 2215b6f33d..00d31cbd10 100644 --- a/Resources/Prototypes/Reagents/fun.yml +++ b/Resources/Prototypes/Reagents/fun.yml @@ -381,21 +381,3 @@ conditions: - !type:ReagentThreshold min: 50 - -- type: reaction - id: WehHewExplosion - impact: High - priority: 20 - reactants: - JuiceThatMakesYouWeh: - amount: 1 - JuiceThatMakesYouHew: - amount: 1 - effects: - - !type:ExplosionReactionEffect - explosionType: Radioactive - maxIntensity: 200 - intensityPerUnit: 2 - intensitySlope: 1 - maxTotalIntensity: 250 - tileBreakScale: 0.00001 diff --git a/Resources/Prototypes/Recipes/Reactions/fun.yml b/Resources/Prototypes/Recipes/Reactions/fun.yml index 86d1fcc2fe..3b5d104b98 100644 --- a/Resources/Prototypes/Recipes/Reactions/fun.yml +++ b/Resources/Prototypes/Recipes/Reactions/fun.yml @@ -227,3 +227,21 @@ effects: - !type:CreateEntityReactionEffect entity: IngotSilver1 + +- type: reaction + id: WehHewExplosion + impact: High + priority: 20 + reactants: + JuiceThatMakesYouWeh: + amount: 1 + JuiceThatMakesYouHew: + amount: 1 + effects: + - !type:ExplosionReactionEffect + explosionType: Radioactive + maxIntensity: 200 + intensityPerUnit: 2 + intensitySlope: 1 + maxTotalIntensity: 250 + tileBreakScale: 0.00001