fix monarch pluralization

This commit is contained in:
nhmall
2021-06-20 07:51:53 -04:00
parent 7552a52daa
commit 429b665379
2 changed files with 3 additions and 1 deletions

View File

@@ -720,6 +720,7 @@ corpse of monster with gender specific names (king vs queen and so forth)
was always described by the neutral name (ruler and such)
prevent obj_pmname() from calling mon_pmname(monst) when monst->data is null
to prevent a null pointer dereference
correct the pluralization of monarch to monarchs, rather than monarches
curses: 'msg_window' option wasn't functional for curses unless the binary
also included tty support