TG: Committing Hair-styles from Baystation and WJohnston's detective hair.

There's now also a profile preview of your character in the character setup
screen.
Revision: r3288
Author: 	 elly1...@rocketmail.com
This commit is contained in:
Ren Erthilo
2012-04-26 23:54:28 +01:00
parent 925d0fee2f
commit 34b140fbca
3 changed files with 18 additions and 8 deletions
+5
View File
@@ -85,5 +85,10 @@ client/verb/showrevinfo()
set name = "Show Server Revision"
var/output = "Sorry, the revision info is unavailable."
output = file2text("/home/bay12/live/data/gitcommit")
output += "Current Infomational Settings: <br>"
output += "Tensioner Status: [config.Tensioner_Active]<br>"
//output += "Current Tension: [tension_master.score]<br>"
//output += "Tensioner Debug Data: R1:[tension_master.round1] R2:[tension_master.round2] R3:[tension_master.round3] R4:[tension_master.round4] ES: [tension_master.eversupressed] CD: [tension_master.cooldown]<br>"
output += "Protect Authority Roles From Tratior: [config.protect_roles_from_antagonist]<br>"
usr << browse(output,"window=revdata");
return