Remove extinguished flames.

ipv6
Clonkonaut 2016-12-27 22:51:44 +01:00
parent ee2f82860c
commit 308fc37e47
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ protected func Initialize()
public func Burning()
{
if (!OnFire()) return RemoveObject();
// Consume inflammable material and make the flame a little bigger.
if (FlameConsumeMaterial() && GetCon() <= 80)
{