From 28d96932d658976fae9abb1869c0a1730f1857bc Mon Sep 17 00:00:00 2001 From: Simon Fortier Date: Sun, 23 Dec 2018 12:16:30 -0500 Subject: [PATCH] Updated NPC Factory (markdown) --- NPC-Factory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NPC-Factory.md b/NPC-Factory.md index e1d67f5..a789e24 100644 --- a/NPC-Factory.md +++ b/NPC-Factory.md @@ -9,7 +9,7 @@ The NPCs spawned by the factory are bound to its [Settlement](https://github.com Units with a [ComPort](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Universal-Com-Port) are able to upload data to the factory so that the next spawned NPC becomes a [Hacked NPC](https://github.com/simon987/Much-Assembly-Required/wiki/Hacked-NPC). This gives the player the opportunity to control more than one unit. -The Factory starts accepting data sent by the ComPort as soon as it has received the password for this Settlement (See [Settlement](https://github.com/simon987/Much-Assembly-Required/wiki/Settlement)). Attempts to send messages to the Factory while it is locked will fail (the `COMPORT_FRONT_PORT_OUT` command will return `0`) +The Factory starts accepting data sent by the ComPort as soon as it has received the password for this Settlement (See [Settlement](https://github.com/simon987/Much-Assembly-Required/wiki/Settlement)). Attempts to send messages to the Factory while it is locked will fail (the `COMPORT_FRONT_PORT_OUT` command will return `0`). The factory has a buffer of `2048` words, attempts to send data beyond this will fail. Example: