mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
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:
@@ -20,8 +20,8 @@
|
|||||||
src.real_name = "Inactive AI"
|
src.real_name = "Inactive AI"
|
||||||
src.icon_state = "ai-empty"
|
src.icon_state = "ai-empty"
|
||||||
else
|
else
|
||||||
if (B.owner.client)
|
if (B.owner.mind)
|
||||||
B.owner.client.mob = src
|
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>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>"
|
src << "<B>To look at other parts of the station, double-click yourself to get a camera menu.</B>"
|
||||||
|
|||||||
Reference in New Issue
Block a user