Skip to content

Commit

Permalink
Adjust Slug hammer reload
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaffeine committed Nov 23, 2024
1 parent f64f37d commit df953e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/server/infclass/classes/infected/infected.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,7 @@ void CInfClassInfected::PlaceSlugSlime(WeaponFireContext *pFireContext)
if(pSlime->Replenish(GetCid(), NewEndTick))
{
pFireContext->FireAccepted = true;
pFireContext->ReloadInterval = 0.2f;
}
}
}
Expand Down

0 comments on commit df953e6

Please sign in to comment.