From d94d60e0b78790a973022b291ea7eb0e5ac41712 Mon Sep 17 00:00:00 2001 From: Archie Date: Sun, 13 Jun 2021 21:05:35 -0300 Subject: [PATCH] Mimics get thermal vision. --- hyperstation/code/mobs/mimic.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/hyperstation/code/mobs/mimic.dm b/hyperstation/code/mobs/mimic.dm index 3ebb8140..eadfe823 100644 --- a/hyperstation/code/mobs/mimic.dm +++ b/hyperstation/code/mobs/mimic.dm @@ -34,6 +34,7 @@ minbodytemp = 250 //weak to cold maxbodytemp = 1500 pressure_resistance = 600 + sight = SEE_MOBS var/unstealth = FALSE var/knockdown_people = 1 var/playerTransformCD = 50