TG: Makes the tensioner firing notice more visible to admins.

Adds a listing of the tension required for each mode to have a chance to fire at
the bottom of the tensioner controls
Revision: r3408
Author: 	 VivianFoxfoot
This commit is contained in:
Ren Erthilo
2012-05-01 23:28:21 +01:00
parent adbfc370c1
commit f053d12134
+4 -1
View File
@@ -254,4 +254,7 @@
"}
usr << browse(output,"window=tensionreport")
for(var/game in tension_master.antagonistmodes)
output += "<font size = 2>Points required/Probability for [game]: [tension_master.antagonistmodes[game]]<br></font>"
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!