mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01: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