Spelling correction: tratior and Tratior to traitor and Traitor

This commit is contained in:
Ravensdale
2014-04-22 01:12:17 -07:00
parent 223aa25695
commit a72f8d3ded
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -91,6 +91,6 @@ client/verb/showrevinfo()
var/output = "Sorry, the revision info is unavailable."
output = file2text("/home/bay12/live/data/gitcommit")
output += "Current Infomational Settings: <br>"
output += "Protect Authority Roles From Tratior: [config.protect_roles_from_antagonist]<br>"
output += "Protect Authority Roles From Traitor: [config.protect_roles_from_antagonist]<br>"
usr << browse(output,"window=revdata");
return
+1 -1
View File
@@ -1049,7 +1049,7 @@ datum/mind
special_role = "malfunction"
current.icon_state = "ai-malf"
proc/make_Tratior()
proc/make_Traitor()
if(!(src in ticker.mode.traitors))
ticker.mode.traitors += src
special_role = "traitor"