Skip to content

Commit 6e40ef0

Browse files
committed
Adjust terms of address to distinguish plural/pseudoplural pronouns
1 parent c702b57 commit 6e40ef0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

code/modules/pronouns/_pronouns.dm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
uid = "pronouns_plural"
33
decl_flags = DECL_FLAG_MANDATORY_UID
44
var/name = PLURAL
5-
var/bureaucratic_term = "other"
6-
var/informal_term = "hoopy frood"
7-
var/honorific = "Mx."
5+
var/bureaucratic_term = "others"
6+
var/informal_term = "hoopy froods"
7+
var/honorific = "Mxes."
88
var/pronoun_string
99

1010
var/He = "They"

0 commit comments

Comments
 (0)