Update _job.dm

This commit is contained in:
silicons
2020-12-26 11:35:09 -07:00
committed by GitHub
parent 97523b3bc8
commit 92b2177316
+2 -2
View File
@@ -133,12 +133,12 @@
return TRUE
/datum/job/proc/GetAntagRep()
. = CONFIG_GET(keyed_list/antag_rep)[lowertext(title)]
. = CONFIG_GET(keyed_list/antag_rep)[ckey(title)]
if(. == null)
return antag_rep
/datum/job/proc/GetThreat()
. = CONFIG_GET(keyed_list/job_threat)[lowertext(title)]
. = CONFIG_GET(keyed_list/job_threat)[ckey(title)]
if(. == null)
return threat