VortexQuake2 / Vortex

Quake 2 Vortex. vrxcl/revival.
http://q2vortex.com
GNU General Public License v2.0
15 stars 17 forks source link

Totems lose their abilities #132

Closed iMMy-Vortex closed 1 year ago

iMMy-Vortex commented 4 years ago

When a player moves out of range from their totems, they stop working. Tested on Earth Totem. Gives AC 2x dmg at lvl 10 when player is near totem, stops working when player moves away.

Vortex-Quake2 commented 1 year ago

This is an old bug, but I checked it out anyway. Totem range is defined in lua as:

-- Totems
TOTEM_MAX_RANGE                          = 512

So yes, totems have a maximum range, and the effect only lasts while you are in range. It's working as intended unless I'm missing something.