Skip to content

Commit

Permalink
Update roguetown_species.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Purpleturtle3 authored Sep 11, 2024
1 parent c6409c0 commit 88c2336
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
return strings("feline_replacement.json", type)
if("Slopes accent")
return strings("welsh_replacement.json", type)
if("Axian accent")
return strings("pirate_replacement.json", type)
if("Lupian accent")
return strings("czech_replacement.json", type)

/datum/species/proc/get_accent(mob/living/carbon/human/H)
return get_accent_list(H,"full")
Expand Down

0 comments on commit 88c2336

Please sign in to comment.