Update job.dm

This commit is contained in:
Nich
2018-06-27 13:46:47 +02:00
committed by GitHub
parent d12d1a2023
commit 88383e1afc

View File

@@ -117,7 +117,7 @@ SUBSYSTEM_DEF(job)
continue
// yogs start - Donor features, quiet round
if(((job.title in GLOB.command_positions) || (job.title in GLOB.nonhuman_positions)) && (player.client.prefs.toggles & QUIET_ROUND))
Debug("FOC quiet check failed, Player: [player]")
JobDebug("FOC quiet check failed, Player: [player]")
continue
// yogs end
if(player.client.prefs.GetJobDepartment(job, level) & job.flag)
@@ -635,4 +635,4 @@ SUBSYSTEM_DEF(job)
. |= player.mind
/datum/controller/subsystem/job/proc/JobDebug(message)
log_job_debug(message)
log_job_debug(message)