]> granicus.if.org Git - nethack/commitdiff
Add some new demonic and angelic maledictions
authorPasi Kallinen <paxed@alt.org>
Sat, 12 Dec 2020 18:53:48 +0000 (20:53 +0200)
committerPasi Kallinen <paxed@alt.org>
Sat, 12 Dec 2020 18:54:04 +0000 (20:54 +0200)
From SpliceHack

dat/quest.lua
doc/fixes37.0

index d23208b36d33326c7e8d706031d7c2710a253332..4a9f275bfbc7f02914ec1255d65a125d078b975b 100644 (file)
@@ -82,6 +82,10 @@ questtext = {
          "\"Thou art but a godless void.\"",
          "\"Thou art not worthy to seek the Amulet.\"",
          "\"No one expects the Spanish Inquisition!\"",
+         "\"Judgment hath been passed upon thee, %p.\"",
+         "\"Thy reckoning is at hand, %p.\"",
+         "\"Thou shalt be brought before %D for thy crimes!\"",
+         "\"With %D as my witness, I shall strike thee down.\"",
       },
       banished = {
          synopsis = "[You are banished from %H for betraying your allegiance to %d.]",
@@ -118,6 +122,13 @@ Go now!  You are banished from this place.]],
          "\"Verily, thy corpse could not smell worse!\"",
          "\"Wait!  I shall polymorph into a grid bug to give thee a fighting chance!\"",
          "\"Why search for the Amulet?  Thou wouldst but lose it, cretin.\"",
+         "\"Thou ought to be a comedian, thy skills are so laughable!\"",
+         "\"Thy gaze is so vacant, I thought thee a floating eye!\"",
+         "\"Thy head is unfit for a mind flayer to munch upon!\"",
+         "\"Only thy reflection could love thee!\"",
+         "\"Hast thou considered masking thy odor?\"",
+         "\"Hold! Thy face is a most exquisite torture!\"",
+         "\"I wouldst fart in thy direction, but it might improve thy smell!\"",
       },
       legacy = {
          synopsis = "[%dC has chosen you to recover the Amulet of Yendor for %dI.]",
index 3ad0e9471606d9f98b24d007680edb7993c6520a..bc44a85e57e32141167d0512d2c5f05885b1e2ed 100644 (file)
@@ -331,6 +331,7 @@ selling a container to a shop for gold leaves any contents that the shop
        container for credit resulted in the shop taking poesession of such
        contents without giving any additional credit; mark out of place
        contents 'no_charge' so that hero can reclaim them without buying
+add some new demonic and angelic maledictions
 
 
 Fixes to 3.7.0-x Problems that Were Exposed Via git Repository