Added statbus support

This commit is contained in:
Putnam
2019-12-21 08:34:16 -08:00
parent 128b857d99
commit d575b20e77
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -383,6 +383,7 @@ GLOBAL_VAR_INIT(dynamic_storyteller_type, null)
if(ruleset.weight)
events += ruleset
storyteller = new GLOB.dynamic_storyteller_type
SSblackbox.record_feedback("text","dynamic_storyteller",1,storyteller.name)
for(var/mob/dead/new_player/player in GLOB.player_list)
if(player.ready == PLAYER_READY_TO_PLAY && player.mind)
roundstart_pop_ready++