From: Rudolf Polzer 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: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=commitdiff_plain;h=19678da27da169e1d1c6919a063723524a3504db 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 name of this control point (should reflect the location in the map, such as "center bridge", "north tower", etc) - + Base generator. onslaught_link entities can target this.