mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Revert "Assorted changes to job assignment code and logging." (#85929)
Reverts tgstation/tgstation#85308 
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
/datum/unit_test/dummy_spawn_outfit/Run()
|
||||
var/mob/living/carbon/human/dummy/lad = allocate(/mob/living/carbon/human/dummy)
|
||||
for(var/datum/job/one_two_three as anything in subtypesof(/datum/job))
|
||||
var/datum/job/can_you_hear_this = SSjob.get_job_type(one_two_three)
|
||||
var/datum/job/can_you_hear_this = SSjob.GetJobType(one_two_three)
|
||||
if(!can_you_hear_this)
|
||||
log_test("\tJob type [one_two_three] could not be retrieved from SSjob")
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user