mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Update job.dm
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user