From 5ee66afa68c3b137b8ce832e7d8563f0c4a3fef2 Mon Sep 17 00:00:00 2001 From: Jbleezy Date: Sat, 5 Feb 2022 00:53:18 -0800 Subject: [PATCH] Containment: decrease zone points to 50 --- scripts/zm/zgrief/zgrief_reimagined.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zm/zgrief/zgrief_reimagined.gsc b/scripts/zm/zgrief/zgrief_reimagined.gsc index c9b07170..f0891de7 100644 --- a/scripts/zm/zgrief/zgrief_reimagined.gsc +++ b/scripts/zm/zgrief/zgrief_reimagined.gsc @@ -2300,7 +2300,7 @@ race_check_for_kills() containment_init() { level.containment_time = 60; - level.containment_points = 100; + level.containment_points = 50; level.containment_zone_hud = newHudElem(); level.containment_zone_hud.alignx = "left";