[openjk] 12/23: [MP] Mindtrick users now decloak when they attempt to melee grapple someone
Simon McVittie
smcv at debian.org
Thu Jan 11 17:29:00 UTC 2018
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch debian/master
in repository openjk.
commit 5dedb33968797ebdb113c4c35b3039b734a7f7a2
Author: Razish <mrrazish at gmail.com>
Date: Mon Dec 25 10:37:27 2017 +1100
[MP] Mindtrick users now decloak when they attempt to melee grapple someone
---
codemp/game/g_cmds.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/codemp/game/g_cmds.c b/codemp/game/g_cmds.c
index 9f2be21..c2a9feb 100644
--- a/codemp/game/g_cmds.c
+++ b/codemp/game/g_cmds.c
@@ -3258,6 +3258,7 @@ qboolean TryGrapple(gentity_t *ent)
ent->client->ps.legsTimer = ent->client->ps.torsoTimer;
}
ent->client->ps.weaponTime = ent->client->ps.torsoTimer;
+ ent->client->dangerTime = level.time;
return qtrue;
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openjk.git
More information about the Pkg-games-commits
mailing list