mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Job refactor: strings to references and typepaths (#59841)
* Job refactor: strings to references and typepaths
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user