Merge pull request #5437 from Fox-McCloud/remove-mutiny

Removes Mutiny
This commit is contained in:
TheDZD
2016-08-14 22:34:25 -04:00
committed by GitHub
25 changed files with 2 additions and 1578 deletions
-4
View File
@@ -530,10 +530,6 @@
if(ticker.mode.greyshirts.len)
dat += check_role_table("Greyshirts", ticker.mode.greyshirts)
var/datum/game_mode/mutiny/mutiny = get_mutiny_mode()
if(mutiny)
dat += mutiny.check_antagonists_ui(src)
dat += "</body></html>"
usr << browse(dat, "window=roundstatus;size=400x500")
else
@@ -23,7 +23,6 @@ var/global/list/special_role_times = list( //minimum age (in days) for accounts
// ROLE_GANG = 21,
ROLE_BORER = 21,
ROLE_NINJA = 21,
ROLE_MUTINEER = 21,
ROLE_ABDUCTOR = 30,
)