Merge pull request #10269 from Mloc/lightwrite

lighting work
This commit is contained in:
Zuhayr
2015-07-27 11:41:14 +09:30
33 changed files with 96 additions and 49 deletions
@@ -40,7 +40,7 @@ AI MODULES
if (comp.current.stat == 2 || comp.current.control_disabled == 1)
usr << "Upload failed. No signal is being detected from the AI."
else if (!comp.current.has_power)
else if (comp.current.see_in_dark == 0)
usr << "Upload failed. Only a faint signal is being detected from the AI, and it is not responding to our requests. It may be low on power."
else
src.transmitInstructions(comp.current, usr)