Fixes for viewing skills mid-round. Changed title capitalisation.

This commit is contained in:
Ren Erthilo
2012-03-29 01:57:31 +01:00
parent 79af13e40e
commit 75a0bb49b7
2 changed files with 26 additions and 19 deletions

View File

@@ -35,7 +35,7 @@
else if(!M.client.stealth && (M.client.holder.level != -3))
usr << "\t[pick(nobles)] [M.client]"
var/list/nobles = list("Baron","Bookkeeper","Captain of the Guard","Chief medical dwarf","Count","Dungeon master","Duke","General","Mayor","Outpost liaison","Sheriff","Champion")
var/list/nobles = list("Baron","Bookkeeper","Captain of the Guard","Chief Medical Dwarf","Count","Dungeon Master","Duke","General","Mayor","Outpost Liaison","Sheriff","Champion")
/client/verb/active_players()
set category = "OOC"