]> granicus.if.org Git - nethack/commitdiff
"offering" lookup
authornethack.rankin <nethack.rankin>
Fri, 4 Jun 2004 23:51:20 +0000 (23:51 +0000)
committernethack.rankin <nethack.rankin>
Fri, 4 Jun 2004 23:51:20 +0000 (23:51 +0000)
     Fix the situation <Someone> reported where requesting information about
the not too unlikely word "offering" would match the "ring" quote.  I didn't
add a new quote for it but made "offer[ing]" and "sacrific[e|ing]" match the
existing altar quote.  I also added one small quote I've had laying around
for a while.

dat/data.base
doc/fixes34.4

index 6fc8604993670b24355b10b725995aceb1c985f6..5dd5eebea8f13e717fa354083bc319407e977775 100644 (file)
@@ -1,4 +1,4 @@
-#      SCCS Id: @(#)data.base  3.4     2003/07/23
+#      SCCS Id: @(#)data.base  3.4     2004/06/04
 #      Copyright (c) 1994, 1995, 1996 by the NetHack Development Team
 #      Copyright (c) 1994 by Boudewijn Wayers
 #      NetHack may be freely redistributed.  See license for details.
@@ -38,6 +38,8 @@ aleax
        Said to be a doppelganger sent to inflict divine punishment
        for alignment violations.
 *altar
+offer*
+sacrific*
        Altars are of three types:
        1.  In Temples.  These are for Sacrifices [...].  The stone
        top will have grooves for blood, and the whole will be covered
@@ -123,6 +125,13 @@ angel*
        and shall cast them into the furnace of fire; there shall be
        wailing and gnashing of teeth.
                [ The Gospel According to Matthew, 13:37-42, 49-50 ]
+angry god*
+       Cold wind blows.
+       The gods look down in anger on this poor child.
+
+       Why so unforgiving?
+       And why so cold?
+               [ Robin Trower, "Bridge of Sighs" ]
 anhur
        An Egyptian god of war and a great hunter, few gods can match
        his fury.  Unlike many gods of war, he is a force for good.
@@ -3292,7 +3301,8 @@ raven
        On the morrow *he* will leave me, as my hopes have flown before.'
                Then the bird said, 'Nevermore.'
                                [ The Raven - Edgar Allan Poe ]
-*ring
+ring
+* ring
 ring of *
        Three Rings for the Elven-kings under the sky,
        Seven for the Dwarf-lords in their halls of stone,
index daeffc3e4bf1e65b77a7c0dccfd753eb0b65df51..6e6baa5c65c1d8e37a44efba6682407b4ae7172c 100644 (file)
@@ -28,6 +28,7 @@ add passive() flag that indicates uwep was destroyed during the turn
 calculate weight of corpses on special levels correctly
 Sting could trigger premature display of orcs during savegame restore
 Sting now glows light blue again
+prevent "offering" or other words with similar ending from matching ring quote
 
 
 Platform- and/or Interface-Specific Fixes