Skip to content

Commit

Permalink
hhhhhhhhhhhhhhhhhhhhh
Browse files Browse the repository at this point in the history
  • Loading branch information
ChungusGamer666 committed Aug 16, 2023
1 parent a0287d3 commit 3b4ae9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/jobs/job_types/_job.dm
Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,13 @@
if((dudes_job.guestbook_flags & GUESTBOOK_OMNISCIENT) || \
((dudes_job.guestbook_flags & GUESTBOOK_JOB) && (dudes_job.type == src.type)) || \
((dudes_job.guestbook_flags & GUESTBOOK_DEPARTMENT) && length(common_departments)))
dude.mind.guestbook.add_guest(dude, spawned, spawned.mind.name, spawned.mind.name, silent = TRUE)
dude.mind.guestbook.add_guest(dude, spawned, spawned.real_name, spawned.real_name, silent = TRUE)
//if we satisfy at least one condition, add them to our guestbook (if they are not a forgetmenot role)
if(!(dudes_job.guestbook_flags & GUESTBOOK_FORGETMENOT))
if((guestbook_flags & GUESTBOOK_OMNISCIENT) || \
((guestbook_flags & GUESTBOOK_JOB) && (src.type == dudes_job.type)) || \
((guestbook_flags & GUESTBOOK_DEPARTMENT) && length(common_departments)))
spawned.mind.guestbook.add_guest(spawned, dude, dude.mind.name, dude.mind.name, silent = TRUE)
spawned.mind.guestbook.add_guest(spawned, dude, spawned.real_name, spawned.real_name, silent = TRUE)

/datum/job/proc/announce_job(mob/living/joining_mob)
if(head_announce)
Expand Down

0 comments on commit 3b4ae9d

Please sign in to comment.