heinrich5991 / teeworlds

My fork of teeworlds - if you're looking for something specific I already created, pm me, I usually keep stuff.
http://www.teeworlds.com/
Other
10 stars 0 forks source link

HpRace - Hammer aim and reload #4

Closed LordSk closed 13 years ago

LordSk commented 13 years ago

Aim:

...
int Force = 20.f; // original is 10.0f, tweak this
pTarget->TakeDamage(vec2(0.f, -1.f) + Dir \* Force, ...);

and remove this (we shouldn't be limited at hitting like in vanilla):

        m_ReloadTimer = Server()->TickSpeed()/3;