Replaced courtroom with meeting room.

This commit is contained in:
Chinsky
2013-01-30 19:15:49 +04:00
parent eced4fe843
commit 3e153c074c
2 changed files with 9190 additions and 9206 deletions
+3 -2
View File
@@ -319,9 +319,10 @@
if(job && IsJobAvailable(job.title))
var/active = 0
// Only players with the job assigned and AFK for less than 10 minutes count as active
for(var/mob/M in player_list)
for(var/mob/M in player_list)
if(M.mind && M.client && M.mind.assigned_job == job && M.client.inactivity <= 10 * 60 * 10)
active++ dat += "<a href='byond://?src=\ref[src];SelectedJob=[job.title]'>[job.title] ([job.current_positions]) (Active: [active])</a><br>"
active++
dat += "<a href='byond://?src=\ref[src];SelectedJob=[job.title]'>[job.title] ([job.current_positions]) (Active: [active])</a><br>"
dat += "</center>"
src << browse(dat, "window=latechoices;size=300x640;can_close=1")