Aliens can now shape membranes.

AIs now see runes as blood.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2305 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
uporotiy
2011-10-01 16:36:23 +00:00
parent 995fb5f788
commit a71691759c
8 changed files with 55 additions and 18 deletions
+8
View File
@@ -92,6 +92,14 @@ var/engwords = list("travel", "blood", "join", "hell", "destroy", "technology",
// self other technology - Communication rune //was other hear blood
// join hide technology - stun rune. Rune color: bright pink.
New()
..()
for(var/mob/living/silicon/ai/AI in world)
if(AI.client)
var/image/blood = image('blood.dmi', loc = src, icon_state = "floor[rand(1,7)]")
blood.override = 1
AI.client.images += blood
examine()
if(!iscultist(usr))
usr << "A strange collection of symbols drawn in blood."