-Tweaks to purchasing free changeling powers when making a changeling.

-Add an "if(usr != src) return" check in the AI's topic.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4778 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
giacomand@gmail.com
2012-09-30 13:53:49 +00:00
parent 819259ed2e
commit e064bd15bd
3 changed files with 13 additions and 9 deletions
+2
View File
@@ -294,6 +294,8 @@
/mob/living/silicon/ai/Topic(href, href_list)
if(usr != src)
return
..()
if (href_list["mach_close"])
if (href_list["mach_close"] == "aialerts")