"offering" lookup

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.
This commit is contained in:
nethack.rankin
2004-06-04 23:51:20 +00:00
parent 7c691dfb8b
commit 3e6e8b0582
2 changed files with 13 additions and 2 deletions
+12 -2
View 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, 1995, 1996 by the NetHack Development Team
# Copyright (c) 1994 by Boudewijn Wayers # Copyright (c) 1994 by Boudewijn Wayers
# NetHack may be freely redistributed. See license for details. # NetHack may be freely redistributed. See license for details.
@@ -38,6 +38,8 @@ aleax
Said to be a doppelganger sent to inflict divine punishment Said to be a doppelganger sent to inflict divine punishment
for alignment violations. for alignment violations.
*altar *altar
offer*
sacrific*
Altars are of three types: Altars are of three types:
1. In Temples. These are for Sacrifices [...]. The stone 1. In Temples. These are for Sacrifices [...]. The stone
top will have grooves for blood, and the whole will be covered 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 and shall cast them into the furnace of fire; there shall be
wailing and gnashing of teeth. wailing and gnashing of teeth.
[ The Gospel According to Matthew, 13:37-42, 49-50 ] [ 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 anhur
An Egyptian god of war and a great hunter, few gods can match 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. 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.' On the morrow *he* will leave me, as my hopes have flown before.'
Then the bird said, 'Nevermore.' Then the bird said, 'Nevermore.'
[ The Raven - Edgar Allan Poe ] [ The Raven - Edgar Allan Poe ]
*ring ring
* ring
ring of * ring of *
Three Rings for the Elven-kings under the sky, Three Rings for the Elven-kings under the sky,
Seven for the Dwarf-lords in their halls of stone, Seven for the Dwarf-lords in their halls of stone,
+1
View File
@@ -28,6 +28,7 @@ add passive() flag that indicates uwep was destroyed during the turn
calculate weight of corpses on special levels correctly calculate weight of corpses on special levels correctly
Sting could trigger premature display of orcs during savegame restore Sting could trigger premature display of orcs during savegame restore
Sting now glows light blue again Sting now glows light blue again
prevent "offering" or other words with similar ending from matching ring quote
Platform- and/or Interface-Specific Fixes Platform- and/or Interface-Specific Fixes