@ -286,6 +286,9 @@ func (r *Robot) Tick(g *game) {
r.RepairCounter -= delta
if r.RepairCounter < 0 {
r.Health += g.repair_hp
if r.Health > r.Stats.Hp {
r.Health = r.Stats.Hp
}
r.RepairCounter = g.repair_rate
The note is not visible to the blocked user.