Fixed some stuff.

This commit is contained in:
SkyMarshal
2012-06-18 23:59:07 -07:00
parent dffed10290
commit 8f0a815eb9
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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)
+1 -1
View File
@@ -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)