From e7bc1e8e7630ba8b7b893ddc40543490c4fb57ec Mon Sep 17 00:00:00 2001 From: joep van der velden Date: Fri, 12 Apr 2019 22:58:44 +0200 Subject: [PATCH] gross spacing --- code/game/gamemodes/miniantags/borer/borer.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/gamemodes/miniantags/borer/borer.dm b/code/game/gamemodes/miniantags/borer/borer.dm index 3b97ecd5a62..1285b49c65a 100644 --- a/code/game/gamemodes/miniantags/borer/borer.dm +++ b/code/game/gamemodes/miniantags/borer/borer.dm @@ -762,6 +762,7 @@ B.chemicals -= 100 var/turf/T = get_turf(src) T.add_vomit_floor() + new /mob/living/simple_animal/borer(T, B.generation + 1) else to_chat(src, "You need 100 chemicals to reproduce!")