diff --git a/code/modules/admin/verbs/diagnostics.dm b/code/modules/admin/verbs/diagnostics.dm index ebce8059bd9..4c028c9e7f9 100644 --- a/code/modules/admin/verbs/diagnostics.dm +++ b/code/modules/admin/verbs/diagnostics.dm @@ -254,4 +254,7 @@ "} - usr << browse(output,"window=tensionreport") \ No newline at end of file + for(var/game in tension_master.antagonistmodes) + output += "Points required/Probability for [game]: [tension_master.antagonistmodes[game]]
" + usr << browse(output,"window=tensionreport;size=480x480") + feedback_add_details("admin_verb","STR") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!