From 890528061392b66fb6153b03bbf43c9258beca54 Mon Sep 17 00:00:00 2001 From: CinnamonSnowball Date: Tue, 12 Dec 2023 18:51:49 +0100 Subject: [PATCH] Fix patches not preserving chem temperature --- code/modules/reagents/reagent_containers/patch.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/reagents/reagent_containers/patch.dm b/code/modules/reagents/reagent_containers/patch.dm index 6b2167e056b..0e56e3b1247 100644 --- a/code/modules/reagents/reagent_containers/patch.dm +++ b/code/modules/reagents/reagent_containers/patch.dm @@ -6,8 +6,6 @@ item_state = "bandaid" possible_transfer_amounts = null volume = 30 - temperature_min = 270 - temperature_max = 350 var/instant_application = FALSE var/needs_to_apply_reagents = TRUE