Merge pull request #976 from dopeghoti/master

Fixed spaces rather than tabs in robot.dm, since no one else did.
This commit is contained in:
Albert Iordache
2012-05-04 10:21:02 -07:00
@@ -26,7 +26,7 @@
src << "<b>Unit slaved to [connected_ai.name], downloading laws.</b>"
lawupdate = 1
else
laws = new /datum/ai_laws/nanotrasen/New
laws = new /datum/ai_laws/nanotrasen/New
lawupdate = 0
src << "<b>Unable to locate an AI, reverting to standard NanoTrasen laws.</b>"
else