Fixed Blueprint link

OrdoFlammae 2019-11-26 14:14:28 -06:00
parent b3e6263f89
commit 89e096cc3a

@ -3,9 +3,9 @@ The construction arm allows a Cubot to read a blueprint from memory and place a
### Interrupt Behavior ### Interrupt Behavior
| Value of A | Action | Energy cost | Result | | Value of A | Action | Energy cost | Result |
| --- | --- | --- | --- | | --- | --- | --- | --- |
| `1` | `PLACE_CONSTRUCTION_SITE` | `10 kJ` | Read a [Blueprint](#) from memory starting at address `X`. The result code is stored in `B` | | `1` | `PLACE_CONSTRUCTION_SITE` | `10 kJ` | Read a [Blueprint](https://github.com/simon987/Much-Assembly-Required/wiki/Blueprint) from memory starting at address `X`. The result code is stored in `B` |
If successful, a new [Construction Site](#) will be placed in front of the player. If successful, a new [Construction Site](Blueprint) will be placed in front of the player.
**Result codes** **Result codes**