diff --git a/reborn.py b/reborn.py index 2b7f51d..02ca540 100755 --- a/reborn.py +++ b/reborn.py @@ -200,7 +200,7 @@ class Drone: output(self.id, 'D', client.id, product.id, qt) if client.satisfied(): global score - score += math.ceil((T-(self.avail-1))/T*100) + score += math.ceil((T-(self.avail+1))/T*100) log("Client", client.id, "satisfied!", "New score:", score) def wait(self, turns=1):