From 351bb857859ba92cc0414e40028887cdfba089a5 Mon Sep 17 00:00:00 2001 From: Archie Date: Wed, 16 Jun 2021 01:25:38 -0300 Subject: [PATCH] Whoops, debug --- hyperstation/code/mobs/mimic.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/hyperstation/code/mobs/mimic.dm b/hyperstation/code/mobs/mimic.dm index 95c29ada..40a12324 100644 --- a/hyperstation/code/mobs/mimic.dm +++ b/hyperstation/code/mobs/mimic.dm @@ -342,5 +342,4 @@ var/spawn_type = /mob/living/simple_animal/hostile/hs13mimic spawn_atom_to_turf(spawn_type, pickedTurf, 1, FALSE) spawncount-- - message_admins("Spawned a mimic!") return SUCCESSFUL_SPAWN