From 1cfe7f960d5e7d7183e1c8ea13ff203e751d9677 Mon Sep 17 00:00:00 2001 From: Ethan Lafrenais Date: Thu, 30 Aug 2018 19:01:15 -0400 Subject: [PATCH] Add note about PvP and fix a tiny markdown issue --- Hardware:-Laser.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Hardware:-Laser.md b/Hardware:-Laser.md index 156f8c4..91f72e4 100644 --- a/Hardware:-Laser.md +++ b/Hardware:-Laser.md @@ -1,4 +1,4 @@ -Bexsh Optics's _Multi Purpose Laser_ is an indispensable tool for any automated machinery! Its revolutionary design enables precise transfer of items over a distance of 1 tile using only a fraction of the energy of the ordinary robotic arm. It also lets you attack objects you are directly adjacent to. Only Cubots, NPCs, and Electric Boxes are attackable as of right now. +Bexsh Optics's _Multi Purpose Laser_ is an indispensable tool for any automated machinery! Its revolutionary design enables precise transfer of items over a distance of 1 tile using only a fraction of the energy of the ordinary robotic arm. It also lets you attack objects you are directly adjacent to. Only Cubots, NPCs, and Electric Boxes are attackable as of right now*. ### Specifications Manufacturer: Bexsh Optics @@ -11,5 +11,8 @@ Hardware ID: `0x0002` | --- | --- | --- | --- | | `1` | `LASER_WITHDRAW` | `30 kJ` | Withdraw the desired item | | `2` | `LASER_DEPOSIT` | `30 kJ` | Deposit the desired item (not implemented yet)| -| `3` | `LASER_ATTACK` | `70 kJ` | Attack the object you are pointing at | -Specify the desired item by setting the value of the B register with an item ID. \ No newline at end of file +| `3` | `LASER_ATTACK` | `70 kJ` | Attack the object you are pointing at* | + +Specify the desired item by setting the value of the B register with an item ID. + +\* Other Cubots can only be attacked when PvP is enabled (which is currently not implemented, see [#128](https://github.com/simon987/Much-Assembly-Required/issues/128)). \ No newline at end of file