More stuff I missed.
This commit is contained in:
parent
4b418e8015
commit
a2f245b189
37 changed files with 67 additions and 71 deletions
|
|
@ -287,7 +287,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