From a097e9f964176968353d50c21a4023e991ecd141 Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Mon, 3 Jun 2024 15:59:58 +0800 Subject: [PATCH] MinChange --- code/datums/emergency_calls/forecon.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/datums/emergency_calls/forecon.dm b/code/datums/emergency_calls/forecon.dm index d17330207dc0..98e6a1c27ec2 100644 --- a/code/datums/emergency_calls/forecon.dm +++ b/code/datums/emergency_calls/forecon.dm @@ -4,6 +4,7 @@ objectives = "Handle whatever threat is present. Further orders may be provided." home_base = /datum/lazy_template/ert/weyland_station probability = 0 + mob_min = 3 mob_max = 6 max_heavies = 1 @@ -48,6 +49,7 @@ /datum/emergency_call/forecon/platoon name = "FORECON (Platoon)" + mob_min = 6 mob_max = 30 probability = 0 max_medics = 6