Skip to content

Commit

Permalink
yeah
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerev4r committed Oct 14, 2024
1 parent 58eb76a commit 63b7511
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/datums/id_trim/_id_trim.dm
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
var/pointer_color

/datum/id_trim/proc/find_job()
for (var/datum/job/job as anything in SSjob.all_occupations)
if (job.title == assignment)
return job
return null

/// Returns the SecHUD job icon state for whatever this object's ID card is, if it has one.
Expand Down
3 changes: 3 additions & 0 deletions code/datums/id_trim/jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@

return TRUE

/datum/id_trim/job/find_job()
return job

/datum/id_trim/job/assistant
assignment = JOB_ASSISTANT
trim_state = "trim_assistant"
Expand Down

0 comments on commit 63b7511

Please sign in to comment.