diff --git a/Source/shared/scihunt/w_hammer.c b/Source/shared/scihunt/w_hammer.c index b8de275b..f5a47f6b 100644 --- a/Source/shared/scihunt/w_hammer.c +++ b/Source/shared/scihunt/w_hammer.c @@ -163,6 +163,7 @@ void w_hammer_release(void) hitsound = 4; } } + pl.w_attack_next = 1.0f; } else if (pl.a_ammo1 == 2) { if (trace_ent.takedamage) { hitsound = floor(random(1, 4)); @@ -172,6 +173,7 @@ void w_hammer_release(void) hitsound = 4; } } + pl.w_attack_next = 0.75f; } else { return; } diff --git a/scihunt/progs.dat b/scihunt/progs.dat index cd43c9cb..46866acd 100644 Binary files a/scihunt/progs.dat and b/scihunt/progs.dat differ