mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-01 21:12:27 +00:00
Fixed a bug with meme blindness.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user