This commit is contained in:
Chris Forbes
2009-12-05 22:20:41 +13:00
parent dfbf299055
commit 2de5ec4b3a
3 changed files with 14 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ namespace OpenRa.Game.Traits
: base(self)
{
Make( () => anim.PlayFetchIndex("idle",
() => (int)(5 * self.Owner.GetSiloFullness())), self);
() => (int)(4.9 * self.Owner.GetSiloFullness())), self); /* hack */
}
}
}