From bf45d4c1e29b3e2852c04a6e5e0f635269125eb6 Mon Sep 17 00:00:00 2001 From: Buggy123 Date: Sat, 16 Jan 2016 22:06:25 -0500 Subject: [PATCH] Blobbernnauts can now see in the dark. --- code/game/gamemodes/blob/blobs/blob_mobs.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/gamemodes/blob/blobs/blob_mobs.dm b/code/game/gamemodes/blob/blobs/blob_mobs.dm index 24abe73e2b8..46ee30e2ffd 100644 --- a/code/game/gamemodes/blob/blobs/blob_mobs.dm +++ b/code/game/gamemodes/blob/blobs/blob_mobs.dm @@ -160,6 +160,8 @@ force_threshold = 10 mob_size = MOB_SIZE_LARGE gold_core_spawnable = 1 + see_invisible = SEE_INVISIBLE_MINIMUM + see_in_dark = 8 /mob/living/simple_animal/hostile/blob/blobbernaut/AttackingTarget() if(isliving(target))