Skip to content

Commit

Permalink
This seems to work
Browse files Browse the repository at this point in the history
  • Loading branch information
ReturnToZender committed Nov 29, 2023
1 parent 729f016 commit fb24a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_zubbers/code/modules/mob/dead/dead.dm
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

var/title = J.title
if(player.ready == PLAYER_READY_TO_PLAY && J.title != JOB_ASSISTANT||JOB_PRISONER)
if(J.departments_bitflags == DEPARTMENT_BITFLAG_COMMAND|DEPARTMENT_BITFLAG_SILICON)
if(J.departments_bitflags & DEPARTMENT_BITFLAG_COMMAND | DEPARTMENT_BITFLAG_SILICON)
player_ready_data.Insert(1, "[display] as [title]")
else
player_ready_data += "* [display] as [title]"
Expand Down

0 comments on commit fb24a43

Please sign in to comment.