Skip to content

Commit

Permalink
Fixed legalese for non-humans
Browse files Browse the repository at this point in the history
  • Loading branch information
UEDCommander committed Mar 25, 2024
1 parent 6a9474a commit a6aa9dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mods/legalese_language/code/skill.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
if(level == SKILL_MASTER)
if(ishuman(mob))
var/mob/living/carbon/human/H = mob
if(istype(H.species, /datum/species/human))
H.add_language(LANGUAGE_LEGALESE)
H.add_language(LANGUAGE_LEGALESE)

0 comments on commit a6aa9dc

Please sign in to comment.