Adds more QoL logs for admins (#20468)

* More logs

* why is this not ignored

* you never know if someone has busted DNA

* Update code/controllers/subsystem/jobs.dm

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>

---------

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
S34N
2023-03-13 22:24:22 +00:00
committed by GitHub
parent 010f8dd55b
commit 69bd5ad19b
11 changed files with 18 additions and 8 deletions
+2 -4
View File
@@ -502,12 +502,10 @@ SUBSYSTEM_DEF(jobs)
G.prescription = TRUE
G.name = "prescription [G.name]"
H.update_nearsighted_effects()
H.create_log(MISC_LOG, "Spawned as \an [H.dna?.species ? H.dna.species : "Undefined species"] named [H]. [joined_late ? "Joined during the round" : "Roundstart joined"] as job: [rank].")
return H
/datum/controller/subsystem/jobs/proc/LoadJobs(highpop = FALSE) //ran during round setup, reads info from jobs list
if(!GLOB.configuration.jobs.enable_job_amount_overrides)
return FALSE