From: MirceaKitsune Date: Mon, 3 May 2010 16:10:01 +0000 (+0300) Subject: Fix entities.def error X-Git-Tag: xonotic-v0.1.0preview~175^2~1^2~1 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=commitdiff_plain;h=74dd994692866cb14f7a801f6d933a6d308f7ba0;ds=sidebyside Fix entities.def error --- diff --git a/scripts/entities.def b/scripts/entities.def index 7ca2c5ef..e313a6e8 100644 --- a/scripts/entities.def +++ b/scripts/entities.def @@ -1775,14 +1775,6 @@ Must target a target_position that indicates the view to be shown (and whose ang target: must point to a target_position */ -/*QUAKED trigger_gravity (.5 .5 .5) ? -An area in which gravity differs from the rest of the map. Only works if the gravity mutator is inactive (sv_gravity is set to default) -This acts as a modifier from the normal gravity. eg: 0.5 is half of the normal gravity, 2 is twice the normal gravity. --------- KEYS -------- -gravity: the gravity in this area -noise: sound file to play when an entity enters this, leave empty to disable -*/ - /*QUAKED trigger_gravity (.5 .5 1) ? STICKY START_OFF An area where gravity differs from the rest of the map. This acts as a modifier over the normal gravity (sv_gravity). eg: 0.5 is half the normal gravity, 2 is twice the normal gravity.