More stuff I missed.
This commit is contained in:
parent
67d5d03887
commit
95dd4a715a
38 changed files with 68 additions and 72 deletions
|
|
@ -293,7 +293,7 @@ extend Class SWWMHandler
|
|||
if ( !tookdamage[pnum] )
|
||||
{
|
||||
int spreebonus = 10*(spreecount[pnum]);
|
||||
// taper off after 10x (some people go really far with these, holy fuck)
|
||||
// taper off after 10x (some people go really far with these)
|
||||
if ( spreecount[pnum] > 10 ) spreebonus = int(10*((spreecount[pnum]/10.)**.25));
|
||||
score += 100+spreebonus;
|
||||
if ( (spreecount[pnum] > 0) && scr )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue