Skip to content

Commit

Permalink
Update _job.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasint committed Nov 17, 2024
1 parent f2b4e71 commit be6a937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/_job.dm
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
/datum/job/proc/special_job_check(mob/dead/new_player/player)
return TRUE

/client/proc/job_greet(var/datum/job/greeting_job)
/client/proc/job_greet(datum/job/greeting_job)
if(mob.job == greeting_job.title)
greeting_job.greet(mob)

Expand Down

0 comments on commit be6a937

Please sign in to comment.