From: Rudolf Polzer <divverent@xonotic.org>
Date: Sat, 6 Aug 2011 18:36:05 +0000 (+0200)
Subject: fix generator bbox size
X-Git-Tag: xonotic-v0.5.0~71
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=19678da27da169e1d1c6919a063723524a3504db;p=xonotic%2Fxonotic-maps.pk3dir.git

fix generator bbox size
---

diff --git a/scripts/entities.def b/scripts/entities.def
index 6afbb4b9..61b94adb 100644
--- a/scripts/entities.def
+++ b/scripts/entities.def
@@ -923,7 +923,7 @@ target: target any entities that are tied to this control point, such as vehicle
 message: name of this control point (should reflect the location in the map, such as "center bridge", "north tower", etc)
 */
 
-/*QUAKED onslaught_generator (0 .5 .8) (-32 -32 -24) (32 32 64) 
+/*QUAKED onslaught_generator (0 .5 .8) (-52 -52 -14) (52 52 75) 
 Base generator.
 
 onslaught_link entities can target this.
diff --git a/scripts/entities.ent b/scripts/entities.ent
index ba51dbe5..f5179a30 100644
--- a/scripts/entities.ent
+++ b/scripts/entities.ent
@@ -925,7 +925,7 @@ This should link to an onslaught_controlpoint entity or onslaught_generator enti
 <string key="message" name="message">name of this control point (should reflect the location in the map, such as &quot;center bridge&quot;, &quot;north tower&quot;, etc)</string>
 </point>
 
-<point name="onslaught_generator" color="0 .5 .8" box="-32 -32 -24 32 32 64">
+<point name="onslaught_generator" color="0 .5 .8" box="-52 -52 -14 52 52 75">
 Base generator.
 
 onslaught_link entities can target this.