From 9ba7e70de4503234f8b73d1c339654100c7bab88 Mon Sep 17 00:00:00 2001 From: Rudis Muiznieks Date: Sat, 11 Sep 2021 22:47:06 -0500 Subject: [PATCH] added reminder to change value to a getter --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 4f632e2..6502f55 100644 --- a/TODO.md +++ b/TODO.md @@ -82,6 +82,7 @@ - [x] add an action to sell purchasables and regain some portion of their cost - [ ] add a `policy` resource type that can be toggled on or off - [x] remove recruitment effects of credibility (that will be for notoriety instead) +- [ ] change `value` to a getter that does `Math.floor` if it's a whole number resource ## Long-Term Ideas