mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-29 03:21:42 +00:00
math error on the number of round types removed from the meteor centcomm report.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1102 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
|
||||
var/list/possible_modes = list()
|
||||
possible_modes.Add("revolution", "wizard", "nuke", "traitor", "malf", "changeling", "cult")
|
||||
var/number = pick(3, 4)
|
||||
var/number = pick(2, 3)
|
||||
var/i = 0
|
||||
for(i = 0, i < number, i++)
|
||||
possible_modes.Remove(pick(possible_modes))
|
||||
|
||||
Reference in New Issue
Block a user