From f49e84e3aba12104dce4103e647b33a94134c47a Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Thu, 12 Sep 2013 23:34:27 +0200 Subject: 0.1.5 --- src/game/g_active.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/game/g_active.c') diff --git a/src/game/g_active.c b/src/game/g_active.c index 42e8199..05bda16 100644 --- a/src/game/g_active.c +++ b/src/game/g_active.c @@ -833,8 +833,10 @@ void ClientTimerActions( gentity_t *ent, int msec ) if( client->isImpregnated && !client->isImplantMature && level.time >= client->impregnationTime + ALIEN_IMPLANT_MATURING_TIME_MIN && random() <= ALIEN_IMPLANT_MATURING_CHANCE ) + { client->isImplantMature = qtrue; - + client->ps.stats[ STAT_STATE ] |= SS_IMPLANTED; + } } while( client->time10000 >= 10000 ) -- cgit