From 9dcbf5bc08369934d1c755f090bca2cce19b7c51 Mon Sep 17 00:00:00 2001 From: skull132 Date: Sun, 3 Apr 2016 22:22:56 +0300 Subject: [PATCH] Mercenary Spawn Target Initial spawn target is now 4, so it should default to 4. --- code/game/antagonist/outsider/mercenary.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/antagonist/outsider/mercenary.dm b/code/game/antagonist/outsider/mercenary.dm index f703818e471..03b6bf4508d 100644 --- a/code/game/antagonist/outsider/mercenary.dm +++ b/code/game/antagonist/outsider/mercenary.dm @@ -17,7 +17,7 @@ var/datum/antagonist/mercenary/mercs hard_cap = 4 hard_cap_round = 8 initial_spawn_req = 4 - initial_spawn_target = 6 + initial_spawn_target = 4 /datum/antagonist/mercenary/New() ..()