Mercenary Spawn Target

Initial spawn target is now 4, so it should default to 4.
This commit is contained in:
skull132
2016-04-03 22:22:56 +03:00
parent c01a919316
commit 9dcbf5bc08
+1 -1
View File
@@ -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()
..()