New Comoss island map (#618)

* Create island_new.yml

* first map state
This commit is contained in:
Ed
2024-11-30 01:08:44 +03:00
committed by GitHub
parent 109edeb4b5
commit 373d3a892b
9 changed files with 76875 additions and 14 deletions

View File

@@ -448,6 +448,7 @@ namespace Content.Server.Atmos.EntitySystems
if (flammable.FireStacks > 0)
{
/* CP14 Airtight walls should burn too!
var air = _atmosphereSystem.GetContainingMixture(uid);
// If we're in an oxygenless environment, put the fire out.
@@ -456,7 +457,7 @@ namespace Content.Server.Atmos.EntitySystems
Extinguish(uid, flammable);
continue;
}
*/
var source = EnsureComp<IgnitionSourceComponent>(uid);
_ignitionSourceSystem.SetIgnited((uid, source));