Manually-constructed AIs should now be properly intelicardable.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@149 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2010-09-22 22:54:20 +00:00
parent 33337ace6b
commit e576382d79

View File

@@ -20,8 +20,8 @@
src.real_name = "Inactive AI"
src.icon_state = "ai-empty"
else
if (B.owner.client)
B.owner.client.mob = src
if (B.owner.mind)
B.owner.mind.transfer_to(src)
src << "<B>You are playing the station's AI. The AI cannot move, but can interact with many objects while viewing them (through cameras).</B>"
src << "<B>To look at other parts of the station, double-click yourself to get a camera menu.</B>"