-Fixed TK through cameras.

-Fixed rune 4 not counting the cultist in the middle. 
-Expanded the explanation of a cultist objective.
-Moved the "midis" setting to client, so it carries over when you ghost/robot/alien/etc.
-Little extra something for Host level admins.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@374 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
uporotiy
2010-11-06 12:35:24 +00:00
parent b9d888c4f9
commit d840398dc9
12 changed files with 35 additions and 14 deletions

View File

@@ -29,7 +29,7 @@
return 1
else
if (istype(user, /mob/living/carbon))
if (user:mutations & 1)
if (user:mutations & 1 && get_dist(source, user) <= 7)
var/X = source:x
var/Y = source:y
var/Z = source:z