Fixed a bug with meme blindness.

This commit is contained in:
cib
2012-05-18 21:15:01 +02:00
parent a740a14fd4
commit e2d5fd8de0

View File

@@ -61,6 +61,10 @@ mob/living/parasite/meme/var/list/indoctrinated = list()
mob/living/parasite/meme/Life()
..()
if(client)
if(blinded) client.eye = null
else client.eye = mob
if(!host) return
// recover meme points slowly