Added Griffin recruit ability

This commit is contained in:
ZomgPonies
2015-05-06 17:41:11 -04:00
parent a02bb8a1ae
commit 68c17a1e06
2 changed files with 85 additions and 3 deletions
+3
View File
@@ -519,6 +519,9 @@
if(ticker.mode.supervillains.len)
dat += check_role_table("Supervillains", ticker.mode.supervillains, src)
if(ticker.mode.greyshirts.len)
dat += check_role_table("Greyshirts", ticker.mode.greyshirts, src)
var/datum/game_mode/mutiny/mutiny = get_mutiny_mode()
if(mutiny)
dat += mutiny.check_antagonists_ui(src)