From a2e9258b7b06faa38cc261d70dd9604cd2fd751e Mon Sep 17 00:00:00 2001 From: Alffd Date: Sat, 11 Nov 2017 00:10:21 -0500 Subject: [PATCH] Atmos Fix --- code/modules/vehicle/ambulance.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vehicle/ambulance.dm b/code/modules/vehicle/ambulance.dm index 9e0d6d62d1b..38eb4af18aa 100644 --- a/code/modules/vehicle/ambulance.dm +++ b/code/modules/vehicle/ambulance.dm @@ -45,7 +45,7 @@ icon = 'icons/vehicles/CargoTrain.dmi' icon_state = "ambulance" anchored = 0 - throw_pressure_limit = 9001 //Throwing an ambulance trolley can kill the process scheduler. + throw_pressure_limit = INFINITY //Throwing an ambulance trolley can kill the process scheduler. /obj/structure/stool/bed/amb_trolley/MouseDrop(obj/over_object as obj) ..()