From 222704c3bbc3ccd7371610de7ff7029d9795b3e1 Mon Sep 17 00:00:00 2001 From: MrSamu99 Date: Tue, 13 Jun 2023 11:01:25 +0300 Subject: [PATCH] Planet cracker can't explode as it doesn't exist --- code/modules/reagents/chemistry/recipes/pyrotechnics.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/modules/reagents/chemistry/recipes/pyrotechnics.dm b/code/modules/reagents/chemistry/recipes/pyrotechnics.dm index 6791229b30f2..5b64f57e1a37 100644 --- a/code/modules/reagents/chemistry/recipes/pyrotechnics.dm +++ b/code/modules/reagents/chemistry/recipes/pyrotechnics.dm @@ -490,8 +490,3 @@ required_reagents = list(/datum/reagent/stabilizing_agent = 1,/datum/reagent/fluorosurfactant = 1,/datum/reagent/carbon = 1) required_temp = 200 is_cold_recipe = 1 - -/datum/chemical_reaction/reagent_explosion/patriotism_overload - required_reagents = list(/datum/reagent/consumable/ethanol/planet_cracker = 1, /datum/reagent/consumable/ethanol/triumphal_arch = 1) - strengthdiv = 20 - mix_message = "The two patriotic drinks instantly reject each other!"