From fa3155e7b76c25b3eddbc2af95a6893bd7a681d8 Mon Sep 17 00:00:00 2001 From: Arthur Paulino Date: Sun, 31 Dec 2017 18:01:58 -0300 Subject: [PATCH] updating action labels --- Hardware:-Drill.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Hardware:-Drill.md b/Hardware:-Drill.md index c344e1e..940fe74 100644 --- a/Hardware:-Drill.md +++ b/Hardware:-Drill.md @@ -9,9 +9,9 @@ Hardware ID: `0x0005` ### Interrupt Behavior | Value of A | Action | Energy cost | Result | | --- | --- | --- | --- | -| `1` | `POLL` | `0 kJ` | Get the status of the drill and store it into register `B` | -| `2` | `GATHER_SLOW` | `1,400 kJ` | Gather the resource located under the Cubot (4 tick)* | -| `3` | `GATHER_FAST` | `2,000 kJ` | Gather the resource located under the Cubot (1 tick) | +| `1` | `DRILL_POLL` | `0 kJ` | Get the status of the drill and store it into register `B` | +| `2` | `DRILL_GATHER_SLOW` | `1,400 kJ` | Gather the resource located under the Cubot (4 tick)* | +| `3` | `DRILL_GATHER_FAST` | `2,000 kJ` | Gather the resource located under the Cubot (1 tick) | \* See [Issue #10](https://github.com/simon987/Much-Assembly-Required/issues/10)