mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
Merge pull request #4442 from Ikarrus/as_job_fix
Fixes #4220 (Select-Equipment > As Job... doesn't assign jobs to their ID and PDA)
This commit is contained in:
@@ -664,7 +664,8 @@ var/global/list/g_fancy_list_of_safe_types = null
|
||||
|
||||
if ("as job...")
|
||||
if(jobdatum)
|
||||
dresscode = "[jobdatum.title]"
|
||||
dresscode = jobdatum.title
|
||||
M.job = jobdatum.title
|
||||
jobdatum.equip(M)
|
||||
|
||||
if ("standard space gear")
|
||||
|
||||
Reference in New Issue
Block a user