summaryrefslogtreecommitdiff
path: root/src/state.rs
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2020-04-19 14:47:10 +0200
committerJustin Wernick <justin@worthe-it.co.za>2020-04-19 14:47:10 +0200
commit943887fd7bcb031828b989a3e49876658fa0faff (patch)
tree826d81aa772fb9068dbecb283db9be389b296623 /src/state.rs
parent9caffaa6b67d26560178992d6bee8e2661496276 (diff)
Coloured analysis output
Diffstat (limited to 'src/state.rs')
-rw-r--r--src/state.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.rs b/src/state.rs
index 0a9c2f2..47a2168 100644
--- a/src/state.rs
+++ b/src/state.rs
@@ -160,7 +160,7 @@ impl GameState {
if player.boosts > 0 {
result.push(Command::UseBoost);
}
- if false && player.oils > 0 {
+ if player.oils > 0 {
result.push(Command::UseOil);
}
result