| 1 | package com.takenoko.bot.unitary; | |
| 2 | ||
| 3 | import com.takenoko.actions.irrigation.StoreIrrigationInInventoryAction; | |
| 4 | import com.takenoko.bot.PriorityBot; | |
| 5 | import com.takenoko.engine.Board; | |
| 6 | import com.takenoko.engine.BotState; | |
| 7 | import com.takenoko.engine.History; | |
| 8 | ||
| 9 | public class SmartStoreIrrigation extends PriorityBot { | |
| 10 | ||
| 11 | @Override | |
| 12 | protected void fillAction(Board board, BotState botState, History history) { | |
| 13 |
1
1. fillAction : removed call to com/takenoko/bot/unitary/SmartStoreIrrigation::addActionWithPriority → TIMED_OUT |
this.addActionWithPriority(new StoreIrrigationInInventoryAction(), DEFAULT_PRIORITY); |
| 14 | } | |
| 15 | } | |
Mutations | ||
| 13 |
1.1 |