Skip to content

Commit

Permalink
Update accents.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Purpleturtle3 authored Sep 11, 2024
1 parent 88c2336 commit 13bab11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modular_hearthstone/code/datums/accents.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ GLOBAL_LIST_INIT(character_accents, list("No accent",
"Hissy accent",
"Inzectoid accent",
"Feline accent",
"Slopes accent"))
"Slopes accent",
"Axian accent",
"Lupian accent"))

/mob/living/carbon/human
var/char_accent = "No accent"

0 comments on commit 13bab11

Please sign in to comment.