This commit is contained in:
Chris Forbes
2009-11-09 18:03:13 +13:00
parent 0a6580b9bf
commit 5d9b9e037e
2 changed files with 2 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ namespace OpenRa.Game.Traits
break;
case DamageState.Dead:
DoBib(self, true);
Game.world.AddFrameEndTask(w => w.Add(new Explosion(self.CenterLocation.ToInt2(), 7, false)));
break;
}
}