From cdb247bcc7047db0cc8bae88a0bbdae9035b4ee1 Mon Sep 17 00:00:00 2001 From: d3athrow Date: Mon, 26 Aug 2013 16:30:19 -0500 Subject: [PATCH] Fix nexis typo --- code/ZAS/Fire.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ZAS/Fire.dm b/code/ZAS/Fire.dm index 39641138dc2..b3cf5d5f3c4 100644 --- a/code/ZAS/Fire.dm +++ b/code/ZAS/Fire.dm @@ -135,7 +135,7 @@ obj //seperate part of the present gas //this is done to prevent the fire burning all gases in a single pass - var/datum/gas_mixture/flow = air_contents.remove_ratio(zas_settings.Get("fire_consuption_rate")) + var/datum/gas_mixture/flow = air_contents.remove_ratio(zas_settings.Get("fire_consumption_rate")) ///////////////////////////////// FLOW HAS BEEN CREATED /// DONT DELETE THE FIRE UNTIL IT IS MERGED BACK OR YOU WILL DELETE AIR /////////////////////////////////////////////// if(flow)