Backported some changes from 1.1 devel.
This commit is contained in:
parent
685b7d6f91
commit
aeabf9272d
154 changed files with 2083 additions and 349 deletions
|
|
@ -326,7 +326,7 @@ extend Class SWWMHandler
|
|||
}
|
||||
SWWMCredits.Give(src.player,score);
|
||||
if ( scr ) scr.score = score; // update final score
|
||||
if ( !deathmatch && (level.killed_monsters+1 == level.total_monsters) && !allkills )
|
||||
if ( !deathmatch && !(gameinfo.gametype&GAME_Hexen) && (level.killed_monsters+1 == level.total_monsters) && !allkills )
|
||||
{
|
||||
allkills = true;
|
||||
SWWMCredits.Give(src.player,1000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue