]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/triggers/trigger/swamp.qh
Change the internal database value name to _ranked
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / trigger / swamp.qh
1 #pragma once
2
3 .float swamp_interval;  //Hurt players in swamp with this interval
4 .float swamp_slowdown;  //Players in swamp get slowd down by this mutch 0-1 is slowdown 1-~ is speedup (!?)
5 .entity swampslug;
6
7 .float in_swamp;              // bool
8 .entity swampslug;            // Uses this to release from swamp ("untouch" fix)