mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
Merge pull request #3794 from Tastyfish/ragin
Fixes ragin mages ending after 1 mage
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
/datum/game_mode/wizard/raginmages/check_finished()
|
||||
var/wizards_alive = 0
|
||||
// Accidental pun!
|
||||
var/wizard_cap = (max_mages || (num_players() / players_per_mage))
|
||||
var/wizard_cap = (max_mages || (num_players_started() / players_per_mage))
|
||||
for(var/datum/mind/wizard in wizards)
|
||||
if(isnull(wizard.current))
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user