diff --git a/code/ZAS/Fire.dm b/code/ZAS/Fire.dm index 8223b25f476..e68324a4aba 100644 --- a/code/ZAS/Fire.dm +++ b/code/ZAS/Fire.dm @@ -12,8 +12,8 @@ Attach to transfer valve and open. BOOM. -vs_control/var/IgnitionLevel = 0.5 //Moles of oxygen+plasma - co2 needed to burn. -vs_control/var/IgnitionLeve_DESC = "Moles of oxygen+plasma - co2 needed to burn." +vs_control/var/IgnitionLevel = 0.5 +vs_control/var/IgnitionLevel_DESC = "Moles of oxygen+plasma - co2 needed to burn." //Some legacy definitions so fires can be started. atom/proc/temperature_expose(datum/gas_mixture/air, exposed_temperature, exposed_volume) diff --git a/code/ZAS/Functions.dm b/code/ZAS/Functions.dm index bc25ea165bb..06d8ad09fa6 100644 --- a/code/ZAS/Functions.dm +++ b/code/ZAS/Functions.dm @@ -126,7 +126,7 @@ proc/ZConnect(turf/A,turf/B) if(C && (C.B == B || C.A == B)) return - new /connection(A,B) + new connection(A,B) /* proc/ZDisconnect(turf/A,turf/B)