game mode code strikes again

This commit is contained in:
Incoming5643
2015-12-16 00:49:47 -05:00
parent ae5f8bb1db
commit 3bcf8564ef

View File

@@ -152,7 +152,7 @@ var/list/possible_uplinker_IDs = list("Alfa","Bravo","Charlie","Delta","Echo","F
/obj/machinery/computer/telecrystals/boss/proc/getDangerous()//This scales the TC assigned with the round population.
..()
var/danger
danger = joined_player_list.len - syndicates.len
danger = joined_player_list.len - ticker.mode.syndicates.len
while(!IsMultiple(++danger,10))//Just round up to the nearest multiple of ten.
scaleTC(danger)
@@ -222,4 +222,4 @@ var/list/possible_uplinker_IDs = list("Alfa","Bravo","Charlie","Delta","Echo","F
src.updateUsrDialog()
return
#undef NUKESCALINGMODIFIER
#undef NUKESCALINGMODIFIER