mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Fixed some stuff.
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user