This commit is contained in:
SinTwo
2016-08-27 13:44:32 -04:00
parent 75ebc5429c
commit a2a2f58e93
59 changed files with 96 additions and 96 deletions

View File

@@ -343,7 +343,7 @@ What a mess.*/
return
active1.fields["age"] = t1
if("rank")
var/list/L = list( "Head of Personnel", "Captain", "AI" )
var/list/L = list( "Head of Personnel", "Station Administrator", "AI" )
//This was so silly before the change. Now it actually works without beating your head against the keyboard. /N
if ((istype(active1, /datum/data/record) && L.Find(rank)))
temp = "<h5>Rank:</h5>"