Job refactor: strings to references and typepaths (#59841)

* Job refactor: strings to references and typepaths
This commit is contained in:
Rohesie
2021-07-18 20:48:47 +02:00
committed by GitHub
parent 21f0c13869
commit 4c21166e4f
214 changed files with 1801 additions and 1287 deletions
+1 -2
View File
@@ -827,8 +827,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))