diff --git a/robots.go b/robots.go index bf354e4..c0905b9 100644 --- a/robots.go +++ b/robots.go @@ -88,4 +88,6 @@ func (game *Game) deleteRobot(robot int) { game.robots = nil game.robots = rowboz + game.player.score++ + }