Prototypes cleaning: destructable, flammable (#453)

* damage rethinking, bush fix

* flammable rethink

* trying to fix fire

* airtight false default

* autoignite

* Update fire.yml

* Update fire.yml

* Update fire.yml
This commit is contained in:
Ed
2024-09-24 13:46:26 +03:00
committed by GitHub
parent f3e9209af5
commit 07637bd691
43 changed files with 446 additions and 336 deletions

View File

@@ -92,7 +92,7 @@ public abstract partial class SharedEntityStorageComponent : Component
/// Whether or not the container is sealed and traps air inside of it
/// </summary>
[DataField, ViewVariables(VVAccess.ReadWrite)]
public bool Airtight = true;
public bool Airtight = false; //CP14 false default: no atmos on MapGrid
/// <summary>
/// Whether or not the entitystorage is open or closed