fix flammable library now that (#1950) is fixed

install-platforms
Maikel de Vries 2017-11-11 09:57:22 +01:00
parent 963285eee5
commit 181cfdfd6b
1 changed files with 1 additions and 2 deletions

View File

@ -63,8 +63,7 @@ public func BurnDown(int caused_by)
var container = Contained();
burned->SetR(GetR());
burned->Incinerate(100, caused_by);
//RemoveObject(true); // TODO: uncomment once bug #1950 has been resolved
RemoveObject();
RemoveObject(true);
if (container)
burned->Enter(container);
}