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