NF: Introduce food_eaten counter - #968
Conversation
e19fe25 to
9384ee4
Compare
9384ee4 to
d5ff18a
Compare
|
Is this a team property or a bot property? Isn't this If it is just for display in the UI, maybe we don't need to expose it in the bot object? In the GUI I would call it simply Agreed on removing |
|
It is on a per-bot level so it is a bit more accurate than |
74670db to
0c9ef7e
Compare
Wait, so |
|
b351160 🤷 |
|
I guess we can also postpone the merging of this until we have decided whether we want to thin out the Bot attributes. |
Adds a new counter
gamestate["food_eaten"]andbot.food_eatenthat tracks the number of food pellets eaten by a specific bot.If there is consensus, I would also remove the deaths from the UI as they are identical to the number of kills of the other team.
Closes #911