Skip to content

Commit

Permalink
Update _job.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
BrotherHangyul authored Nov 5, 2023
1 parent 3e9055d commit 14ba6bd
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 @@ -167,7 +167,7 @@
H.set_species(/datum/species/human)
H.apply_pref_name("human", preference_source)
// F13 EDIT: GHOULS CANNOT BE LEGION, BROTHERHOOD, TRIBAL OR VAULT
if((title in GLOB.legion_positions) || (title in GLOB.vault_positions) || (title in GLOB.brotherhood_positions) || (title in GLOB.tribal_positions)) || (title in GLOB.enclave_positions))
if((title in GLOB.legion_positions) || (title in GLOB.vault_positions) || (title in GLOB.brotherhood_positions) || (title in GLOB.tribal_positions) || (title in GLOB.enclave_positions))
if(H.dna.species.id == "ghoul")
H.set_species(/datum/species/human)
H.apply_pref_name("human", H.client)
Expand Down

0 comments on commit 14ba6bd

Please sign in to comment.