Skip to content

Commit

Permalink
Update colonialmarines.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGamerdk committed Nov 19, 2023
1 parent 0394e18 commit f1462ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion code/game/gamemodes/colonialmarines/colonialmarines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,10 @@
if(HS.living_xeno_queen && !is_admin_level(HS.living_xeno_queen.loc.z))
//Some Queen is alive, we shouldn't end the game yet
return
round_finished = MODE_INFESTATION_M_MINOR
if (HS.totalXenos <= 3)
round_finished = MODE_INFESTATION_M_MAJOR
else
round_finished = MODE_INFESTATION_M_MINOR

///////////////////////////////
//Checks if the round is over//
Expand Down

0 comments on commit f1462ea

Please sign in to comment.