From 8a60a08eb78f047f35305cecb195e160035bdce6 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Mon, 12 Jan 2004 04:53:29 +0000 Subject: * Poison now does 30 damage max * Crosshair names (re)implemented * Mofo attack anims randomised * Mofo charge anim triggered * Switched the order of the spawn menus * Stamina no longer interferes with the jet pack --- src/game/g_buildable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/g_buildable.c') diff --git a/src/game/g_buildable.c b/src/game/g_buildable.c index b3af71e4..26a9bdbb 100644 --- a/src/game/g_buildable.c +++ b/src/game/g_buildable.c @@ -524,7 +524,7 @@ void ASpawn_Pain( gentity_t *self, gentity_t *attacker, int damage ) ================ AOvermind_Think -think function for Alien Acid Tube +Think function for Alien Overmind ================ */ void AOvermind_Think( gentity_t *self ) -- cgit