diff --git a/code/modules/chemical/Chemistry-Reagents.dm b/code/modules/chemical/Chemistry-Reagents.dm index 34c7327e6b..26b1cd8f77 100644 --- a/code/modules/chemical/Chemistry-Reagents.dm +++ b/code/modules/chemical/Chemistry-Reagents.dm @@ -880,6 +880,8 @@ datum reaction_obj(var/obj/O, var/volume) src = null var/turf/the_turf = get_turf(O) + if(!the_turf) + return //No sense trying to start a fire if you don't have a turf to set on fire. --NEO var/datum/gas_mixture/napalm = new var/datum/gas/volatile_fuel/fuel = new fuel.moles = 15