[MIRROR] Job refactor: strings to references and typepaths [This could seriously break things :)] (#7006)

* Job refactor: strings to references and typepaths

* 0

* holy fuck

* Update preferences.dm

* Update preferences.dm

* Update preferences.dm

* Update preferences.dm

Co-authored-by: Rohesie <rohesie@gmail.com>
Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
SkyratBot
2021-07-28 21:12:42 +01:00
committed by GitHub
co-authored by Rohesie Gandalf
parent e4037532ff
commit 227b722820
229 changed files with 2026 additions and 1561 deletions
+1 -2
View File
@@ -830,8 +830,7 @@
dat += "<table>"
for(var/j in SSjob.occupations)
var/datum/job/job = j
for(var/datum/job/job as anything in SSjob.joinable_occupations)
count++
var/J_title = html_encode(job.title)
var/J_opPos = html_encode(job.total_positions - (job.total_positions - job.current_positions))