diff --git a/Content.Server/Atmos/EntitySystems/FlammableSystem.cs b/Content.Server/Atmos/EntitySystems/FlammableSystem.cs index cc816a3f10..bc96807af2 100644 --- a/Content.Server/Atmos/EntitySystems/FlammableSystem.cs +++ b/Content.Server/Atmos/EntitySystems/FlammableSystem.cs @@ -296,7 +296,7 @@ namespace Content.Server.Atmos.EntitySystems } else { - flammable.OnFire = ignite; + flammable.OnFire |= ignite; UpdateAppearance(uid, flammable); } }