mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-29 03:21:42 +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