magicbane message grammar

> "The magic-absorbing blade scares the erinys!  The erinys resist!
> The erinys are stunned.  You kill the erinys!"

     vtense() already has code to handle "erinys", but it didn't work as
intended when the caller uses "the erinys" for the subject string.
This commit is contained in:
nethack.rankin
2003-03-31 08:02:30 +00:00
parent 66ece5d870
commit b3d8161353
2 changed files with 16 additions and 5 deletions
+1
View File
@@ -32,6 +32,7 @@ the screen display wasn't always up to date after map topology changes
jumping over a sokobon pit would result in the player next to, not in, the pit
don't let arrow, rock or dart traps provide an infinite number of objects
dropping from height or throwing a normal container may damage contents
some Magicbane messages treated "erinys" as plural
Platform- and/or Interface-Specific Fixes