fix flammable reagents deigniting you (#31930)

fix
This commit is contained in:
Ilya246
2024-09-08 03:44:58 +04:00
committed by GitHub
parent 6158bab715
commit 447e9c247d

View File

@@ -296,7 +296,7 @@ namespace Content.Server.Atmos.EntitySystems
}
else
{
flammable.OnFire = ignite;
flammable.OnFire |= ignite;
UpdateAppearance(uid, flammable);
}
}