From dd13eebde49d59b6ce111c0dceba8f88c8732cf4 Mon Sep 17 00:00:00 2001 From: Archie Date: Fri, 11 Jun 2021 21:02:48 -0300 Subject: [PATCH] That too. --- hyperstation/code/mobs/mimic.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperstation/code/mobs/mimic.dm b/hyperstation/code/mobs/mimic.dm index 7b9c346a..bc1bb976 100644 --- a/hyperstation/code/mobs/mimic.dm +++ b/hyperstation/code/mobs/mimic.dm @@ -11,7 +11,7 @@ health = 38 turns_per_move = 5 move_to_delay = 3 - speed = 1 + speed = 0 see_in_dark = 6 pass_flags = PASSTABLE butcher_results = list(/obj/item/reagent_containers/food/snacks/meat/slab/xeno = 2)