home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1994 March / Source_Code_CD-ROM_Walnut_Creek_March_1994.iso / compsrcs / games / volume16 / nethck31 / patch1q < prev    next >
Encoding:
Text File  |  1993-03-04  |  54.3 KB  |  1,633 lines

  1. Subject:  v17i058:  nethack31 - display oriented dungeons & dragons (Ver. 3.1), Patch1q/31
  2. Newsgroups: comp.sources.games
  3. Approved: billr@saab.CNA.TEK.COM
  4.  
  5. Submitted-by: izchak@linc.cis.upenn.edu (Izchak Miller)
  6. Posting-number: Volume 17, Issue 58
  7. Archive-name: nethack31/Patch1q
  8. Patch-To: nethack31: Volume 16, Issue 1-116
  9. Environment: Amiga, Atari, Mac, MS-DOS, Windows-NT, OS2, Unix, VMS, X11
  10.  
  11.  
  12.  
  13. #! /bin/sh
  14. # This is a shell archive.  Remove anything before this line, then unpack
  15. # it by saving it into a file and typing "sh file".  To overwrite existing
  16. # files, type "sh file -c".  You can also feed this as standard input via
  17. # unshar, or by typing "sh <file", e.g..  If this archive is complete, you
  18. # will see the following message at the end:
  19. #        "End of archive 17 (of 31)."
  20. # Contents:  patches01l
  21. # Wrapped by billr@saab on Fri Mar  5 10:50:46 1993
  22. PATH=/bin:/usr/bin:/usr/ucb ; export PATH
  23. if test -f 'patches01l' -a "${1}" != "-c" ; then 
  24.   echo shar: Renaming existing file \"'patches01l'\" to \"'patches01l.orig'\"
  25.   mv -f 'patches01l' 'patches01l.orig'
  26. fi
  27. echo shar: Extracting \"'patches01l'\" \(52174 characters\)
  28. sed "s/^X//" >'patches01l' <<'END_OF_FILE'
  29. X*** /tmp/da07141    Thu Feb 25 10:18:25 1993
  30. X--- dat/Healer.des    Mon Feb  8 13:58:20 1993
  31. X***************
  32. X*** 1,6 ****
  33. X! #    SCCS Id: @(#)Healer.des    3.1    93/01/23
  34. X  #    Copyright (c) 1989 by Jean-Christophe Collet
  35. X! #    Copyright (c) 1991 by M. Stephenson
  36. X  # NetHack may be freely redistributed.  See license for details.
  37. X  #
  38. X  #    The "start" level for the quest.
  39. X--- 1,6 ----
  40. X! #    SCCS Id: @(#)Healer.des    3.1    93/02/06
  41. X  #    Copyright (c) 1989 by Jean-Christophe Collet
  42. X! #    Copyright (c) 1991, 1993 by M. Stephenson, P. Winner
  43. X  # NetHack may be freely redistributed.  See license for details.
  44. X  #
  45. X  #    The "start" level for the quest.
  46. X***************
  47. X*** 21,27 ****
  48. X  PPPP........PPPPP.........-----------------------........PP...PPPPPPP.....PP
  49. X  PPP............PPPPP....--|.|......S..........S.|--.....PPPP.PPPPPPP.......P
  50. X  PPPP..........PPPPP.....|.S.|......-----------|S|.|......PPPPPP.PPP.......PP
  51. X! PPPPPP......PPPPPP......|.|.|......|...|......|.|.|.....PPPPPP...PP.......PP
  52. X  PPPPPPPPPPPPPPPPPPP.....+.|.|......S.\.S......|.|.+......PPPPPP.PPPP.......P
  53. X  PPP...PPPPP...PPPP......|.|.|......|...|......|.|.|.......PPPPPPPPPPP.....PP
  54. X  PP.....PPP.....PPP......|.|S|-----------......|.S.|......PPPPPPPPPPPPPPPPPPP
  55. X--- 21,27 ----
  56. X  PPPP........PPPPP.........-----------------------........PP...PPPPPPP.....PP
  57. X  PPP............PPPPP....--|.|......S..........S.|--.....PPPP.PPPPPPP.......P
  58. X  PPPP..........PPPPP.....|.S.|......-----------|S|.|......PPPPPP.PPP.......PP
  59. X! PPPPPP......PPPPPP......|.|.|...\..|...|......|.|.|.....PPPPPP...PP.......PP
  60. X  PPPPPPPPPPPPPPPPPPP.....+.|.|......S.\.S......|.|.+......PPPPPP.PPPP.......P
  61. X  PPP...PPPPP...PPPP......|.|.|......|...|......|.|.|.......PPPPPPPPPPP.....PP
  62. X  PP.....PPP.....PPP......|.|S|-----------......|.S.|......PPPPPPPPPPPPPPPPPPP
  63. X***************
  64. X*** 34,40 ****
  65. X  PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP
  66. X  ENDMAP
  67. X  # Random Monsters
  68. X! RANDOM_MONSTERS: 'r', ';', 'D'
  69. X  # Dungeon Description
  70. X  REGION:(00,00,75,19),lit,"ordinary"
  71. X  # Stairs
  72. X--- 34,40 ----
  73. X  PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP
  74. X  ENDMAP
  75. X  # Random Monsters
  76. X! RANDOM_MONSTERS: 'r', ';', 'D', 'S'
  77. X  # Dungeon Description
  78. X  REGION:(00,00,75,19),lit,"ordinary"
  79. X  # Stairs
  80. X***************
  81. X*** 41,46 ****
  82. X--- 41,48 ----
  83. X  STAIR:(37,9),down
  84. X  # Portal arrival point
  85. X  BRANCH:(04,12,04,12),(0,0,0,0)
  86. X+ # altar for the Temple
  87. X+ ALTAR:(32,09),neutral,altar
  88. X  # Doors
  89. X  DOOR:locked,(24,10)
  90. X  DOOR:closed,(26,08)
  91. X***************
  92. X*** 59,72 ****
  93. X  # The treasure of Hippocrates
  94. X  OBJECT:'(',"chest",(37,10)
  95. X  # intern guards for the audience chamber
  96. X! MONSTER:'@',"intern",(29,08)
  97. X! MONSTER:'@',"intern",(29,09)
  98. X! MONSTER:'@',"intern",(29,10)
  99. X! MONSTER:'@',"intern",(29,11)
  100. X! MONSTER:'@',"intern",(40,09)
  101. X! MONSTER:'@',"intern",(40,10)
  102. X! MONSTER:'@',"intern",(40,11)
  103. X! MONSTER:'@',"intern",(40,13)
  104. X  # Non diggable walls
  105. X  NON_DIGGABLE:(00,00,75,19)
  106. X  # Random traps
  107. X--- 61,74 ----
  108. X  # The treasure of Hippocrates
  109. X  OBJECT:'(',"chest",(37,10)
  110. X  # intern guards for the audience chamber
  111. X! MONSTER:'@',"attendant",(29,08)
  112. X! MONSTER:'@',"attendant",(29,09)
  113. X! MONSTER:'@',"attendant",(29,10)
  114. X! MONSTER:'@',"attendant",(29,11)
  115. X! MONSTER:'@',"attendant",(40,09)
  116. X! MONSTER:'@',"attendant",(40,10)
  117. X! MONSTER:'@',"attendant",(40,11)
  118. X! MONSTER:'@',"attendant",(40,13)
  119. X  # Non diggable walls
  120. X  NON_DIGGABLE:(00,00,75,19)
  121. X  # Random traps
  122. X***************
  123. X*** 94,100 ****
  124. X  MONSTER: 'D',random,random,hostile
  125. X  MONSTER: 'D',random,random,hostile
  126. X  MONSTER: 'D',random,random,hostile
  127. X!  
  128. X  #
  129. X  #    The "locate" level for the quest.
  130. X  #
  131. X--- 96,106 ----
  132. X  MONSTER: 'D',random,random,hostile
  133. X  MONSTER: 'D',random,random,hostile
  134. X  MONSTER: 'D',random,random,hostile
  135. X! MONSTER: 'S',random,random,hostile
  136. X! MONSTER: 'S',random,random,hostile
  137. X! MONSTER: 'S',random,random,hostile
  138. X! MONSTER: 'S',random,random,hostile
  139. X! MONSTER: 'S',random,random,hostile
  140. X  #
  141. X  #    The "locate" level for the quest.
  142. X  #
  143. X***************
  144. X*** 166,180 ****
  145. X  MONSTER:'r',"rabid rat",random
  146. X  MONSTER:'r',"rabid rat",random
  147. X  MONSTER:'r',"rabid rat",random
  148. X- MONSTER:'r',"rabid rat",random
  149. X- MONSTER:'r',"rabid rat",random
  150. X- MONSTER:'r',"rabid rat",random
  151. X- MONSTER:'r',"rabid rat",random
  152. X- MONSTER:'r',"rabid rat",random
  153. X- MONSTER:'r',"rabid rat",random
  154. X- MONSTER:'r',"rabid rat",random
  155. X- MONSTER:'r',"rabid rat",random
  156. X- MONSTER:'r',"rabid rat",random
  157. X  MONSTER:'r',random,random,hostile
  158. X  MONSTER:';',"giant eel",random
  159. X  MONSTER:';',"giant eel",random
  160. X--- 172,177 ----
  161. X***************
  162. X*** 191,196 ****
  163. X--- 188,202 ----
  164. X  MONSTER: 'D',random,random,hostile
  165. X  MONSTER: 'D',random,random,hostile
  166. X  MONSTER: 'D',random,random,hostile
  167. X+ MONSTER: 'S',random,random,hostile
  168. X+ MONSTER: 'S',random,random,hostile
  169. X+ MONSTER: 'S',random,random,hostile
  170. X+ MONSTER: 'S',random,random,hostile
  171. X+ MONSTER: 'S',random,random,hostile
  172. X+ MONSTER: 'S',random,random,hostile
  173. X+ MONSTER: 'S',random,random,hostile
  174. X+ MONSTER: 'S',random,random,hostile
  175. X+ MONSTER: 'S',random,random,hostile
  176. X  
  177. X  #
  178. X  #    The "goal" level for the quest.
  179. X***************
  180. X*** 219,225 ****
  181. X  PPP..................................PPP.
  182. X  ENDMAP
  183. X  # Random Monsters
  184. X! RANDOM_MONSTERS: 'r', ';', 'D'
  185. X  # Dungeon Description
  186. X  REGION:(00,00,40,11),lit,"ordinary"
  187. X  # Stairs
  188. X--- 225,231 ----
  189. X  PPP..................................PPP.
  190. X  ENDMAP
  191. X  # Random Monsters
  192. X! RANDOM_MONSTERS: 'r', ';', 'D', 'S'
  193. X  # Dungeon Description
  194. X  REGION:(00,00,40,11),lit,"ordinary"
  195. X  # Stairs
  196. X***************
  197. X*** 255,273 ****
  198. X  MONSTER:'r',"rabid rat",random
  199. X  MONSTER:'r',"rabid rat",random
  200. X  MONSTER:'r',"rabid rat",random
  201. X- MONSTER:'r',"rabid rat",random
  202. X- MONSTER:'r',"rabid rat",random
  203. X- MONSTER:'r',"rabid rat",random
  204. X- MONSTER:'r',"rabid rat",random
  205. X- MONSTER:'r',"rabid rat",random
  206. X- MONSTER:'r',"rabid rat",random
  207. X- MONSTER:'r',"rabid rat",random
  208. X- MONSTER:'r',"rabid rat",random
  209. X- MONSTER:'r',"rabid rat",random
  210. X- MONSTER:'r',"rabid rat",random
  211. X- MONSTER:'r',"rabid rat",random
  212. X- MONSTER:'r',"rabid rat",random
  213. X- MONSTER:'r',"rabid rat",random
  214. X  MONSTER:'r',random,random,hostile
  215. X  MONSTER:'r',random,random,hostile
  216. X  MONSTER:';',"giant eel",random
  217. X--- 261,266 ----
  218. X***************
  219. X*** 284,289 ****
  220. X--- 277,292 ----
  221. X  MONSTER: 'D',random,random,hostile
  222. X  MONSTER: 'D',random,random,hostile
  223. X  MONSTER: 'D',random,random,hostile
  224. X+ MONSTER: 'S',random,random,hostile
  225. X+ MONSTER: 'S',random,random,hostile
  226. X+ MONSTER: 'S',random,random,hostile
  227. X+ MONSTER: 'S',random,random,hostile
  228. X+ MONSTER: 'S',random,random,hostile
  229. X+ MONSTER: 'S',random,random,hostile
  230. X+ MONSTER: 'S',random,random,hostile
  231. X+ MONSTER: 'S',random,random,hostile
  232. X+ MONSTER: 'S',random,random,hostile
  233. X+ MONSTER: 'S',random,random,hostile
  234. X  
  235. X  #
  236. X  #    The "fill" levels for the quest.
  237. X***************
  238. X*** 298,304 ****
  239. X  INIT_MAP: '.' , 'P' , false , true , lit , false
  240. X  NOMAP
  241. X  # Random Monsters
  242. X! RANDOM_MONSTERS: 'r', ';', 'D'
  243. X  #
  244. X  STAIR: random, up
  245. X  STAIR: random, down
  246. X--- 301,307 ----
  247. X  INIT_MAP: '.' , 'P' , false , true , lit , false
  248. X  NOMAP
  249. X  # Random Monsters
  250. X! RANDOM_MONSTERS: 'r', ';', 'D', 'S'
  251. X  #
  252. X  STAIR: random, up
  253. X  STAIR: random, down
  254. X***************
  255. X*** 313,321 ****
  256. X  OBJECT: random, random, random
  257. X  #
  258. X  MONSTER: 'r', "rabid rat", random
  259. X- MONSTER: 'r', "rabid rat", random
  260. X- MONSTER: 'r', "rabid rat", random
  261. X- MONSTER: 'r', "rabid rat", random
  262. X  MONSTER: 'r', random, random,hostile
  263. X  MONSTER: 'r', random, random,hostile
  264. X  MONSTER: ';', "giant eel", random
  265. X--- 316,321 ----
  266. X***************
  267. X*** 325,330 ****
  268. X--- 325,333 ----
  269. X  MONSTER: 'D',random,random,hostile
  270. X  MONSTER: 'D',random,random,hostile
  271. X  MONSTER: 'D',random,random,hostile
  272. X+ MONSTER: 'S',random,random,hostile
  273. X+ MONSTER: 'S',random,random,hostile
  274. X+ MONSTER: 'S',random,random,hostile
  275. X  #
  276. X  TRAP: random, random
  277. X  TRAP: random, random
  278. X***************
  279. X*** 335,341 ****
  280. X  INIT_MAP: '.' , 'P' , false , true , lit , false
  281. X  NOMAP
  282. X  # Random Monsters
  283. X! RANDOM_MONSTERS: 'r', ';', 'D'
  284. X  #
  285. X  STAIR: random, up
  286. X  STAIR: random, down
  287. X--- 338,344 ----
  288. X  INIT_MAP: '.' , 'P' , false , true , lit , false
  289. X  NOMAP
  290. X  # Random Monsters
  291. X! RANDOM_MONSTERS: 'r', ';', 'D', 'S'
  292. X  #
  293. X  STAIR: random, up
  294. X  STAIR: random, down
  295. X***************
  296. X*** 354,362 ****
  297. X  #
  298. X  MONSTER: 'r', "rabid rat", random
  299. X  MONSTER: 'r', "rabid rat", random
  300. X- MONSTER: 'r', "rabid rat", random
  301. X- MONSTER: 'r', "rabid rat", random
  302. X- MONSTER: 'r', "rabid rat", random
  303. X  MONSTER: 'r', random, random,hostile
  304. X  MONSTER: 'r', random, random,hostile
  305. X  MONSTER: ';', "giant eel", random
  306. X--- 357,362 ----
  307. X***************
  308. X*** 370,375 ****
  309. X--- 370,378 ----
  310. X  MONSTER: 'D',random,random,hostile
  311. X  MONSTER: 'D',random,random,hostile
  312. X  MONSTER: 'D',random,random,hostile
  313. X+ MONSTER: 'S',random,random,hostile
  314. X+ MONSTER: 'S',random,random,hostile
  315. X+ MONSTER: 'S',random,random,hostile
  316. X  #
  317. X  TRAP: random, random
  318. X  TRAP: random, random
  319. X*** /tmp/da07173    Thu Feb 25 10:18:33 1993
  320. X--- dat/Samurai.des    Fri Feb  5 14:02:42 1993
  321. X***************
  322. X*** 78,84 ****
  323. X  # Monsters on siege duty.
  324. X  MONSTER: '@',"ronin",(64,00),hostile
  325. X  MONSTER: 'd',"wolf",(65,01)
  326. X! MONSTER: '@',"ronin",(66,02),hostile
  327. X  MONSTER: '@',"ronin",(69,05),hostile
  328. X  MONSTER: '@',"ronin",(69,06),hostile
  329. X  MONSTER: 'd',"wolf",(69,07)
  330. X--- 78,84 ----
  331. X  # Monsters on siege duty.
  332. X  MONSTER: '@',"ronin",(64,00),hostile
  333. X  MONSTER: 'd',"wolf",(65,01)
  334. X! MONSTER: '@',"ronin",(67,02),hostile
  335. X  MONSTER: '@',"ronin",(69,05),hostile
  336. X  MONSTER: '@',"ronin",(69,06),hostile
  337. X  MONSTER: 'd',"wolf",(69,07)
  338. X*** /tmp/da07221    Thu Feb 25 10:18:46 1993
  339. X--- dat/cmdhelp    Sat Jan 30 14:27:20 1993
  340. X***************
  341. X*** 83,88 ****
  342. X--- 83,90 ----
  343. X  .       Rest one move while doing nothing
  344. X          Rest one move while doing nothing (if rest_on_space option is on)
  345. X  :       Look at what is on the floor
  346. X+ ;       Show what type of thing a map symbol on the level corresponds to
  347. X+ ,       Pick up things at the current location
  348. X  @       Toggle the pickup option on/off
  349. X  )       Show the weapon currently wielded
  350. X  [       Show the armor currently worn
  351. X*** /tmp/da07229    Thu Feb 25 10:18:47 1993
  352. X--- dat/data.base    Tue Feb 23 15:12:05 1993
  353. X***************
  354. X*** 1,4 ****
  355. X! #    NetHack data file - version 3.1a
  356. X  #    The demons are all listed first because makedefs used to have to give
  357. X  #    them special handling for #ifndef INFERNO; it doesn't matter any more.
  358. X  balrog
  359. X--- 1,4 ----
  360. X! #    NetHack data file - version 3.1
  361. X  #    The demons are all listed first because makedefs used to have to give
  362. X  #    them special handling for #ifndef INFERNO; it doesn't matter any more.
  363. X  balrog
  364. X***************
  365. X*** 426,432 ****
  366. X  sasquatch
  367. X          An ape-like humanoid  native to densely forested  mountains,
  368. X          the sasquatch is  also known as "bigfoot".   Normally benign
  369. X!         are rarely seen,  this creature is reputed to be  a relative
  370. X          of the ferocious yeti.
  371. X  snickersnee
  372. X          Ah, never shall I forget the cry, 
  373. X--- 426,432 ----
  374. X  sasquatch
  375. X          An ape-like humanoid  native to densely forested  mountains,
  376. X          the sasquatch is  also known as "bigfoot".   Normally benign
  377. X!         and rarely seen,  this creature is reputed to be  a relative
  378. X          of the ferocious yeti.
  379. X  snickersnee
  380. X          Ah, never shall I forget the cry, 
  381. X***************
  382. X*** 503,509 ****
  383. X          than any normal man's, he grew weary of lesser mortals;  and
  384. X          so, spurning all human company,  he forsook the dwellings of
  385. X          men  and  went to live in the depths of the  Earth.  He took
  386. X!         with him the mystical artifact, the Amulet of Yendor,  which
  387. X          is said to hold great power indeed. Many have sought to find
  388. X          the  wizard and  his treasure,  but none have found  him and
  389. X          lived to tell the tale.  Woe be to the incautious adventurer
  390. X--- 503,509 ----
  391. X          than any normal man's, he grew weary of lesser mortals;  and
  392. X          so, spurning all human company,  he forsook the dwellings of
  393. X          men  and  went to live in the depths of the  Earth.  He took
  394. X!         with him the dreadful artifact, the Book of the Dead,  which
  395. X          is said to hold great power indeed. Many have sought to find
  396. X          the  wizard and  his treasure,  but none have found  him and
  397. X          lived to tell the tale.  Woe be to the incautious adventurer
  398. X*** /tmp/da07237    Thu Feb 25 10:18:50 1993
  399. X--- dat/dungeon.def    Tue Feb 16 16:21:41 1993
  400. X***************
  401. X*** 106,113 ****
  402. X  DESCRIPTION:    mazelike
  403. X  ALIGNMENT:    unaligned
  404. X  ENTRY:        -1
  405. X! LEVEL:        "astral" "Z" @ (1, 0)
  406. X! LEVEL:        "water"  "W" @ (2, 0)
  407. X! LEVEL:        "fire"   "F" @ (3, 0)
  408. X! LEVEL:        "air"    "A" @ (4, 0)
  409. X! LEVEL:        "earth"  "E" @ (5, 0)
  410. X--- 106,113 ----
  411. X  DESCRIPTION:    mazelike
  412. X  ALIGNMENT:    unaligned
  413. X  ENTRY:        -1
  414. X! LEVEL:        "astral" "none" @ (1, 0)
  415. X! LEVEL:        "water"  "none" @ (2, 0)
  416. X! LEVEL:        "fire"   "none" @ (3, 0)
  417. X! LEVEL:        "air"    "none" @ (4, 0)
  418. X! LEVEL:        "earth"  "none" @ (5, 0)
  419. X*** /tmp/da07245    Thu Feb 25 10:18:52 1993
  420. X--- dat/endgame.des    Tue Feb 16 16:10:41 1993
  421. X***************
  422. X*** 454,460 ****
  423. X  
  424. X  
  425. X  MAZE:"astral",' '
  426. X! FLAGS: noteleport,hardfloor,shortsighted
  427. X  MESSAGE: "You arrive on the Astral Plane!"
  428. X  MESSAGE: "Here the High Temples of the aligned gods are located."
  429. X  MESSAGE: "You sense alarm, hostility, and excitement in the air!"
  430. X--- 454,460 ----
  431. X  
  432. X  
  433. X  MAZE:"astral",' '
  434. X! FLAGS: noteleport,hardfloor,nommap,shortsighted
  435. X  MESSAGE: "You arrive on the Astral Plane!"
  436. X  MESSAGE: "Here the High Temples of the aligned gods are located."
  437. X  MESSAGE: "You sense alarm, hostility, and excitement in the air!"
  438. X*** /tmp/da07253    Thu Feb 25 10:18:54 1993
  439. X--- dat/gehennom.des    Tue Feb 16 16:10:44 1993
  440. X***************
  441. X*** 5,11 ****
  442. X  #
  443. X  
  444. X  MAZE: "valley", ' '
  445. X! FLAGS: hardfloor
  446. X  GEOMETRY:center,center
  447. X  MAP
  448. X  ----------------------------------------------------------------------------
  449. X--- 5,11 ----
  450. X  #
  451. X  
  452. X  MAZE: "valley", ' '
  453. X! FLAGS: noteleport,hardfloor,nommap
  454. X  GEOMETRY:center,center
  455. X  MAP
  456. X  ----------------------------------------------------------------------------
  457. X***************
  458. X*** 256,262 ****
  459. X  .|....|....|....|--...-+-------|.............
  460. X  .|....|....|....|..............+.............
  461. X  .|.........|....|..............|....|........
  462. X! .--+-...-+----+--....-------...--------.+----
  463. X  .....................|.....|.................
  464. X  .....................|.....|.................
  465. X  .--+----....-+---....|.....|...----------+---
  466. X--- 256,262 ----
  467. X  .|....|....|....|--...-+-------|.............
  468. X  .|....|....|....|..............+.............
  469. X  .|.........|....|..............|....|........
  470. X! .--+-...-+----+--....-------...--------.-+---
  471. X  .....................|.....|.................
  472. X  .....................|.....|.................
  473. X  .--+----....-+---....|.....|...----------+---
  474. X***************
  475. X*** 307,313 ****
  476. X  DOOR:nodoor,(03,05)
  477. X  DOOR:closed,(09,05)
  478. X  DOOR:closed,(14,05)
  479. X! DOOR:closed,(40,05)
  480. X  DOOR:open,(03,08)
  481. X  DOOR:nodoor,(13,08)
  482. X  DOOR:open,(41,08)
  483. X--- 307,313 ----
  484. X  DOOR:nodoor,(03,05)
  485. X  DOOR:closed,(09,05)
  486. X  DOOR:closed,(14,05)
  487. X! DOOR:closed,(41,05)
  488. X  DOOR:open,(03,08)
  489. X  DOOR:nodoor,(13,08)
  490. X  DOOR:open,(41,08)
  491. X***************
  492. X*** 528,534 ****
  493. X  # The Sanctum Level
  494. X  #
  495. X  MAZE:"sanctum", ' '
  496. X! FLAGS: noteleport,hardfloor
  497. X  GEOMETRY:center,center
  498. X  MAP
  499. X  ----------------------------------------------------------------------------
  500. X--- 528,534 ----
  501. X  # The Sanctum Level
  502. X  #
  503. X  MAZE:"sanctum", ' '
  504. X! FLAGS: noteleport,hardfloor,nommap
  505. X  GEOMETRY:center,center
  506. X  MAP
  507. X  ----------------------------------------------------------------------------
  508. X*** /tmp/da07261    Thu Feb 25 10:18:56 1993
  509. X--- dat/help    Thu Feb 18 10:54:34 1993
  510. X***************
  511. X*** 44,52 ****
  512. X          `        A boulder or statue.
  513. X          A to Z, a to z, and several others:  Monsters.
  514. X  
  515. X!                  You can find out what a character represents by typing
  516. X!                  '/' followed by the character, as in "/A", which will
  517. X!                  tell you that 'A' is an Ape.
  518. X  
  519. X  
  520. X  y k u   7 8 9   Move commands:
  521. X--- 44,53 ----
  522. X          `        A boulder or statue.
  523. X          A to Z, a to z, and several others:  Monsters.
  524. X  
  525. X!                  You can find out what a symbol represents by typing
  526. X!                  '/' and following the directions to move the cursor
  527. X!                  to the symbol in question.  For instance, a 'd' may
  528. X!                  turn out to be a dog.
  529. X  
  530. X  
  531. X  y k u   7 8 9   Move commands:
  532. X***************
  533. X*** 63,70 ****
  534. X  Commands:
  535. X          NetHack knows the following commands:
  536. X          ?       Help menu.
  537. X!         /       (followed by any symbol):  tell what this symbol represents.
  538. X!                 You may choose to specify a location or give a symbol argument.
  539. X          &       Tell what a command does.
  540. X          <       Go up a staircase (if you are standing on it).
  541. X          >       Go down a staircase (if you are standing on it).
  542. X--- 64,71 ----
  543. X  Commands:
  544. X          NetHack knows the following commands:
  545. X          ?       Help menu.
  546. X!         /       Tell what a symbol represents.  You may choose to specify
  547. X!                 a location or give a symbol argument.
  548. X          &       Tell what a command does.
  549. X          <       Go up a staircase (if you are standing on it).
  550. X          >       Go down a staircase (if you are standing on it).
  551. X*** /tmp/da07269    Thu Feb 25 10:18:58 1993
  552. X--- dat/hh    Thu Feb 18 16:59:38 1993
  553. X***************
  554. X*** 68,74 ****
  555. X  :       look    look at what is here
  556. X  ;       farlook look at what is somewhere else by selecting a map symbol
  557. X  
  558. X! Keyboards that have a meta key can also use these extended commands:
  559. X  
  560. X  M-a     adjust  adjust inventory letters
  561. X  M-c     chat    talk to someone
  562. X--- 68,75 ----
  563. X  :       look    look at what is here
  564. X  ;       farlook look at what is somewhere else by selecting a map symbol
  565. X  
  566. X! Keyboards that have a meta key can also use these extended commands
  567. X! via the meta modifier instead of the # prefix:
  568. X  
  569. X  M-a     adjust  adjust inventory letters
  570. X  M-c     chat    talk to someone
  571. X***************
  572. X*** 88,94 ****
  573. X  M-v     version print compile time options for this version
  574. X  M-w     wipe    wipe off your face
  575. X  
  576. X! If the "number_pad" option is on, these additional commands are available:
  577. X  
  578. X  n               followed by number of times to repeat the next command
  579. X  j       jump    jump to another location
  580. X--- 89,95 ----
  581. X  M-v     version print compile time options for this version
  582. X  M-w     wipe    wipe off your face
  583. X  
  584. X! If the "number_pad" option is on, these additional variants are available:
  585. X  
  586. X  n               followed by number of times to repeat the next command
  587. X  j       jump    jump to another location
  588. X*** /tmp/da07309    Thu Feb 25 10:19:08 1993
  589. X--- dat/mines.des    Wed Feb 24 22:41:47 1993
  590. X***************
  591. X*** 1,4 ****
  592. X! #    SCCS Id: @(#)mines.des    3.1    91/06/24
  593. X  #    Copyright (c) 1989 by Jean-Christophe Collet
  594. X  #    Copyright (c) 1991 by M. Stephenson
  595. X  # NetHack may be freely redistributed.  See license for details.
  596. X--- 1,4 ----
  597. X! #    SCCS Id: @(#)mines.des    3.1    93/02/23
  598. X  #    Copyright (c) 1989 by Jean-Christophe Collet
  599. X  #    Copyright (c) 1991 by M. Stephenson
  600. X  # NetHack may be freely redistributed.  See license for details.
  601. X***************
  602. X*** 51,68 ****
  603. X  SUBROOM: "temple", lit, (15,9), (4,4), "town"
  604. X  DOOR: false, closed, north, random
  605. X  ALTAR:(02,02),align[0],shrine
  606. X- OBJECT: random,random,random
  607. X  MONSTER: 'G', "gnomish wizard", random
  608. X  MONSTER: 'G', "gnomish wizard", random
  609. X  
  610. X  SUBROOM: "ordinary", unlit, (19,2), (2,3), "town"
  611. X  DOOR: false, locked, west, random
  612. X- OBJECT: random,random,random
  613. X  MONSTER: 'G', "gnome", random
  614. X  
  615. X  SUBROOM: "ordinary", lit, (22,10), (2,3), "town"
  616. X  DOOR: false, locked, west, random
  617. X- OBJECT: random,random,random
  618. X  
  619. X  SUBROOM: "ordinary", lit, (26,2), (3,3), "town"
  620. X  DOOR: false, closed, south, random
  621. X--- 51,65 ----
  622. X***************
  623. X*** 73,94 ****
  624. X  
  625. X  ROOM: "ordinary" , random, random, random, random
  626. X  STAIR: random, up
  627. X- OBJECT: random,random,random
  628. X  
  629. X  ROOM: "ordinary" , random, random, random, random
  630. X  STAIR: random, down
  631. X- OBJECT: random, random, random
  632. X  TRAP: random, random
  633. X  MONSTER: 'G', "gnome", random
  634. X  MONSTER: 'G', "gnome", random
  635. X  
  636. X  ROOM: "ordinary" , random, random, random, random
  637. X- OBJECT: random, random, random
  638. X- OBJECT: random, random, random
  639. X  MONSTER: 'h', "dwarf", random
  640. X  
  641. X  ROOM: "ordinary" , random, random, random, random
  642. X- OBJECT: random, random, random
  643. X  TRAP: random, random
  644. X  MONSTER: 'G', "gnome", random
  645. X  
  646. X--- 70,86 ----
  647. X***************
  648. X*** 157,164 ****
  649. X  OBJECT:random,random,random
  650. X  OBJECT:random,random,random
  651. X  OBJECT:random,random,random
  652. X- OBJECT:random,random,random
  653. X- OBJECT:random,random,random
  654. X  # Random traps
  655. X  TRAP:random,random
  656. X  TRAP:random,random
  657. X--- 149,154 ----
  658. X***************
  659. X*** 206,229 ****
  660. X  OBJECT: '*', random, random
  661. X  OBJECT: '*', random, random
  662. X  OBJECT: '*', random, random
  663. X- OBJECT: '*', random, random
  664. X- OBJECT: '*', random, random
  665. X- OBJECT: '*', random, random
  666. X  OBJECT: '(', random, random
  667. X- OBJECT: '!', random, random
  668. X- OBJECT: '?', random, random
  669. X- OBJECT: random, random, random
  670. X- OBJECT: random, random, random
  671. X- OBJECT: random, random, random
  672. X- OBJECT: random, random, random
  673. X- OBJECT: random, random, random
  674. X- OBJECT: random, random, random
  675. X- OBJECT: random, random, random
  676. X- OBJECT: random, random, random
  677. X- OBJECT: random, random, random
  678. X- OBJECT: random, random, random
  679. X- OBJECT: random, random, random
  680. X- OBJECT: random, random, random
  681. X  OBJECT: random, random, random
  682. X  OBJECT: random, random, random
  683. X  OBJECT: random, random, random
  684. X--- 196,202 ----
  685. X*** /tmp/da07341    Thu Feb 25 10:19:16 1993
  686. X--- dat/quest.txt    Thu Feb 25 09:02:58 1993
  687. X***************
  688. X*** 107,119 ****
  689. X  %E
  690. X  %Cc A 00015
  691. X  %p!  I've heard that you've been using sloppy techniques.  Your
  692. X! results lately can hardly be called suitable for a %r!
  693. X  
  694. X  How could you have strayed from the %a path?  Go from here, and come
  695. X  back only when you have purified yourself.
  696. X  %E
  697. X  %Cc A 00016
  698. X! Grave times have befallen the college, for a %n has
  699. X  stolen %o.  Without it, the board of directors of
  700. X  the university will soon have no choice but to revoke our research grants.
  701. X  
  702. X--- 107,119 ----
  703. X  %E
  704. X  %Cc A 00015
  705. X  %p!  I've heard that you've been using sloppy techniques.  Your
  706. X! results lately can hardly be called suitable for %ra!
  707. X  
  708. X  How could you have strayed from the %a path?  Go from here, and come
  709. X  back only when you have purified yourself.
  710. X  %E
  711. X  %Cc A 00016
  712. X! Grave times have befallen the college, for %na has
  713. X  stolen %o.  Without it, the board of directors of
  714. X  the university will soon have no choice but to revoke our research grants.
  715. X  
  716. X***************
  717. X*** 136,142 ****
  718. X  many traps.
  719. X  %E
  720. X  %Cp A 00022
  721. X! A %n may be vulnerable to attacks by magical cold.
  722. X  %E
  723. X  %Cp A 00023
  724. X  Call upon %d when you encounter the %n.
  725. X--- 136,142 ----
  726. X  many traps.
  727. X  %E
  728. X  %Cp A 00022
  729. X! %nA may be vulnerable to attacks by magical cold.
  730. X  %E
  731. X  %Cp A 00023
  732. X  Call upon %d when you encounter the %n.
  733. X***************
  734. X*** 145,151 ****
  735. X  You must destroy the %n.  It will pursue you otherwise.
  736. X  %E
  737. X  %Cp A 00025
  738. X! %o is a mighty talisman.  With it you
  739. X  can destroy the %n.
  740. X  %E
  741. X  %Cp A 00026
  742. X--- 145,151 ----
  743. X  You must destroy the %n.  It will pursue you otherwise.
  744. X  %E
  745. X  %Cp A 00025
  746. X! %oC is a mighty talisman.  With it you
  747. X  can destroy the %n.
  748. X  %E
  749. X  %Cp A 00026
  750. X***************
  751. X*** 322,328 ****
  752. X  %E
  753. X  %Cc B 00014
  754. X  %p, I fear that you are as yet too inexperienced to face
  755. X! %n.  Only a %R with the help of %d could ever hope to
  756. X  defeat him.
  757. X  %E
  758. X  %Cp B 00015
  759. X--- 322,328 ----
  760. X  %E
  761. X  %Cc B 00014
  762. X  %p, I fear that you are as yet too inexperienced to face
  763. X! %n.  Only %Ra with the help of %d could ever hope to
  764. X  defeat him.
  765. X  %E
  766. X  %Cp B 00015
  767. X***************
  768. X*** 349,355 ****
  769. X  
  770. X  If %n can bend %o to his will, he will become
  771. X  almost indestructible.  He will then be able to enslave the minds of
  772. X! men across the world.  You are the only hope.  The Gods smile upon you,
  773. X  and with %d behind you, you alone can defeat %n.
  774. X  
  775. X  You must go to %i.  From there, you can track down
  776. X--- 349,355 ----
  777. X  
  778. X  If %n can bend %o to his will, he will become
  779. X  almost indestructible.  He will then be able to enslave the minds of
  780. X! men across the world.  You are the only hope.  The gods smile upon you,
  781. X  and with %d behind you, you alone can defeat %n.
  782. X  
  783. X  You must go to %i.  From there, you can track down
  784. X***************
  785. X*** 417,423 ****
  786. X  You return yet again, %c!  Are you prepared for death now?
  787. X  %E
  788. X  %Cp B 00053
  789. X! I shall have %o back, you pitiful excuse for a %c.
  790. X  And your life as well.
  791. X  %E
  792. X  %Cp B 00060
  793. X--- 417,423 ----
  794. X  You return yet again, %c!  Are you prepared for death now?
  795. X  %E
  796. X  %Cp B 00053
  797. X! I shall have %o back, you pitiful excuse for %ca.
  798. X  And your life as well.
  799. X  %E
  800. X  %Cp B 00060
  801. X***************
  802. X*** 424,430 ****
  803. X  My pets will dine on your carcass tonight!
  804. X  %E
  805. X  %Cp B 00061
  806. X! You are a sorry excuse for a %r.
  807. X  %E
  808. X  %Cp B 00062
  809. X  Run while you can, %c.  My next spell will be your last.
  810. X--- 424,430 ----
  811. X  My pets will dine on your carcass tonight!
  812. X  %E
  813. X  %Cp B 00061
  814. X! You are a sorry excuse for %ra.
  815. X  %E
  816. X  %Cp B 00062
  817. X  Run while you can, %c.  My next spell will be your last.
  818. X***************
  819. X*** 565,571 ****
  820. X  Alas, %p, you are as yet too inexperienced to embark upon such
  821. X  a difficult quest as that I propose to give you.
  822. X  
  823. X! A %r could not possibly survive the rigors demanded to find
  824. X  %i, never mind to confront the %n herself.
  825. X  
  826. X  Adventure some more, and you will learn the skills you will require.
  827. X--- 565,571 ----
  828. X  Alas, %p, you are as yet too inexperienced to embark upon such
  829. X  a difficult quest as that I propose to give you.
  830. X  
  831. X! %rA could not possibly survive the rigors demanded to find
  832. X  %i, never mind to confront the %n herself.
  833. X  
  834. X  Adventure some more, and you will learn the skills you will require.
  835. X***************
  836. X*** 615,621 ****
  837. X  Concentrate on %o.
  838. X  %E
  839. X  %Cp C 00025
  840. X! %o is the only object that the %n truly fears.
  841. X  %E
  842. X  %Cp C 00026
  843. X  Do not be fooled by the %n's size.  She is fast, and it is
  844. X--- 615,621 ----
  845. X  Concentrate on %o.
  846. X  %E
  847. X  %Cp C 00025
  848. X! %oC is the only object that the %n truly fears.
  849. X  %E
  850. X  %Cp C 00026
  851. X  Do not be fooled by the %n's size.  She is fast, and it is
  852. X***************
  853. X*** 684,690 ****
  854. X  Your mentor, the %l has failed.  You are nothing to fear.
  855. X  %E
  856. X  %Cp C 00065
  857. X! You shall die here, %c.  A %r cannot hope to defeat me.
  858. X  %E
  859. X  %Cp C 00066
  860. X  You, a mere %r challenge the might of the %n?  Hah!
  861. X--- 684,690 ----
  862. X  Your mentor, the %l has failed.  You are nothing to fear.
  863. X  %E
  864. X  %Cp C 00065
  865. X! You shall die here, %c.  %rA cannot hope to defeat me.
  866. X  %E
  867. X  %Cp C 00066
  868. X  You, a mere %r challenge the might of the %n?  Hah!
  869. X***************
  870. X*** 789,795 ****
  871. X  %E
  872. X  %Cc E 00014
  873. X  %p, you are yet too inexperienced to withstand the demands of that
  874. X! which we need you to do.  A %R might just be able to do this thing.
  875. X  
  876. X  Return to us when you have learned more, my %S.
  877. X  %E
  878. X--- 789,795 ----
  879. X  %E
  880. X  %Cc E 00014
  881. X  %p, you are yet too inexperienced to withstand the demands of that
  882. X! which we need you to do.  %RA might just be able to do this thing.
  883. X  
  884. X  Return to us when you have learned more, my %S.
  885. X  %E
  886. X***************
  887. X*** 861,867 ****
  888. X  You descend into the outer regions of %i.  You can hear
  889. X  scuffling sounds in the corridors, and vague mumblings in the distance.
  890. X  
  891. X! You remember that a %g once told you that there were many secret
  892. X  passageways in this complex.
  893. X  %E
  894. X  %Cp E 00031
  895. X--- 861,867 ----
  896. X  You descend into the outer regions of %i.  You can hear
  897. X  scuffling sounds in the corridors, and vague mumblings in the distance.
  898. X  
  899. X! You remember that %ga once told you that there were many secret
  900. X  passageways in this complex.
  901. X  %E
  902. X  %Cp E 00031
  903. X***************
  904. X*** 911,920 ****
  905. X  %d has abandoned you, %c.  You are doomed.
  906. X  %E
  907. X  %Cp E 00066
  908. X! A %r?  %l sends a mere %r against me?  Hah!
  909. X  %E
  910. X  %Cp E 00067
  911. X! %l has failed, %c.  %o will never leave here.
  912. X  %E
  913. X  %Cp E 00068
  914. X  You really think you can defeat me, eh %c?  You are wrong!
  915. X--- 911,920 ----
  916. X  %d has abandoned you, %c.  You are doomed.
  917. X  %E
  918. X  %Cp E 00066
  919. X! %rA?  %l sends a mere %r against me?  Hah!
  920. X  %E
  921. X  %Cp E 00067
  922. X! %l has failed, %c.  %oC will never leave here.
  923. X  %E
  924. X  %Cp E 00068
  925. X  You really think you can defeat me, eh %c?  You are wrong!
  926. X***************
  927. X*** 972,979 ****
  928. X  of fresh funeral pyres tells you that something is amiss with the healing
  929. X  powers that used to practice here.
  930. X  
  931. X! No %gP are tending the materia medica gardens, and where are the
  932. X  common folk who used to come for the cures?
  933. X  %E
  934. X  %Cp H 00002
  935. X  After your last experience you expected to be here, but you certainly
  936. X--- 972,983 ----
  937. X  of fresh funeral pyres tells you that something is amiss with the healing
  938. X  powers that used to practice here.
  939. X  
  940. X! No rhizotomists are tending the materia medica gardens, and where are the
  941. X  common folk who used to come for the cures?
  942. X+ 
  943. X+ You know that you must quickly make your way to the collegium, and
  944. X+ %l's iatreion, and find out what has happened in your
  945. X+ absence.
  946. X  %E
  947. X  %Cp H 00002
  948. X  After your last experience you expected to be here, but you certainly
  949. X***************
  950. X*** 984,990 ****
  951. X  Again, you %x %H in the distance.
  952. X  
  953. X  The smell of death and disease permeates the air.  You do not have
  954. X! to be a %R to know that the %n is on the verge of victory.
  955. X  %E
  956. X  %Cp H 00005
  957. X  Did you read that new treatise on the therapeutic use of leeches?
  958. X--- 988,994 ----
  959. X  Again, you %x %H in the distance.
  960. X  
  961. X  The smell of death and disease permeates the air.  You do not have
  962. X! to be %Ra to know that the %n is on the verge of victory.
  963. X  %E
  964. X  %Cp H 00005
  965. X  Did you read that new treatise on the therapeutic use of leeches?
  966. X***************
  967. X*** 1036,1042 ****
  968. X  vetenary, and alchemy before I can send you on this quest with good
  969. X  conscience.
  970. X  
  971. X! Return when you wear a %R's caduceus.
  972. X  %E
  973. X  %Cc H 00015
  974. X  You have learned much of the remedies that benefit, but you must also
  975. X--- 1040,1046 ----
  976. X  vetenary, and alchemy before I can send you on this quest with good
  977. X  conscience.
  978. X  
  979. X! Return when you wear %Ra's caduceus.
  980. X  %E
  981. X  %Cc H 00015
  982. X  You have learned much of the remedies that benefit, but you must also
  983. X***************
  984. X*** 1078,1084 ****
  985. X  Bring with you antidotes for poisons.
  986. X  %E
  987. X  %Cp H 00024
  988. X! Remember this, %n can not use %o
  989. X  to harm you, it has only healing powers.
  990. X  %E
  991. X  %Cp H 00025
  992. X--- 1082,1088 ----
  993. X  Bring with you antidotes for poisons.
  994. X  %E
  995. X  %Cp H 00024
  996. X! Remember this, %n cannot use %o
  997. X  to harm you, it has only healing powers.
  998. X  %E
  999. X  %Cp H 00025
  1000. X***************
  1001. X*** 1251,1275 ****
  1002. X  Once again, thou standeth before us, %p.  Art thou ready now?
  1003. X  %E
  1004. X  %Cp K 00013
  1005. X  Verily, %p, thou hast done well.  That thou hast survived thus
  1006. X  far is a credit to thy valor, but thou art yet unprepared for
  1007. X! the demands required as Our Champion.  A %r, no matter how
  1008. X  pure, could never hope to defeat the foul %n.
  1009. X  
  1010. X  Journey forth from this place, and hone thy skills.  Return to
  1011. X  Our presence when thou hast attained the noble title of %R.
  1012. X  %E
  1013. X! %Cp K 00014
  1014. X  Thou dishonoureth us, %p!  Thou hast strayed from the path of
  1015. X  chivalry! Go from our presence and do penance.  Only when thou art again
  1016. X  pure may thou return hence.
  1017. X  %E
  1018. X- %Cp K 00015
  1019. X- Thou disgraceth this noble court with thine impure presence.  We have been
  1020. X- lenient with thee, but no more.  Thy name shalt be spoken no more.  We
  1021. X- hereby strip thee of thy title, thy lands, and thy standing as a %c.
  1022. X- Begone from our sight!
  1023. X- %E
  1024. X  %Cc K 00016
  1025. X  Ah, %p.  Thou art truly ready, as no %c before thee hath
  1026. X  been.  Hear now Our words:
  1027. X--- 1255,1279 ----
  1028. X  Once again, thou standeth before us, %p.  Art thou ready now?
  1029. X  %E
  1030. X  %Cp K 00013
  1031. X+ Thou disgraceth this noble court with thine impure presence.  We have been
  1032. X+ lenient with thee, but no more.  Thy name shalt be spoken no more.  We
  1033. X+ hereby strip thee of thy title, thy lands, and thy standing as %ca.
  1034. X+ Begone from our sight!
  1035. X+ %E
  1036. X+ %Cp K 00014
  1037. X  Verily, %p, thou hast done well.  That thou hast survived thus
  1038. X  far is a credit to thy valor, but thou art yet unprepared for
  1039. X! the demands required as Our Champion.  %rA, no matter how
  1040. X  pure, could never hope to defeat the foul %n.
  1041. X  
  1042. X  Journey forth from this place, and hone thy skills.  Return to
  1043. X  Our presence when thou hast attained the noble title of %R.
  1044. X  %E
  1045. X! %Cp K 00015
  1046. X  Thou dishonoureth us, %p!  Thou hast strayed from the path of
  1047. X  chivalry! Go from our presence and do penance.  Only when thou art again
  1048. X  pure may thou return hence.
  1049. X  %E
  1050. X  %Cc K 00016
  1051. X  Ah, %p.  Thou art truly ready, as no %c before thee hath
  1052. X  been.  Hear now Our words:
  1053. X***************
  1054. X*** 1473,1481 ****
  1055. X  Once more, %p, you stand within the sanctum.  Are you ready now?
  1056. X  %E
  1057. X  %Cc P 00013
  1058. X! You are a heretic, %p!  How can you, a %r, deviate so from the
  1059. X  teachings of %d?  Begone from this temple.  You are no longer
  1060. X! a %s to this order.  We will pray to %d for other assistance,
  1061. X  as you have failed us utterly.
  1062. X  %E
  1063. X  %Cc P 00014
  1064. X--- 1477,1485 ----
  1065. X  Once more, %p, you stand within the sanctum.  Are you ready now?
  1066. X  %E
  1067. X  %Cc P 00013
  1068. X! You are a heretic, %p!  How can you, %ra, deviate so from the
  1069. X  teachings of %d?  Begone from this temple.  You are no longer
  1070. X! %sa to this order.  We will pray to %d for other assistance,
  1071. X  as you have failed us utterly.
  1072. X  %E
  1073. X  %Cc P 00014
  1074. X***************
  1075. X*** 1611,1617 ****
  1076. X  %Cc P 00070
  1077. X  As you pick up %o, you feel the essence of
  1078. X  %d fill your soul.  You know now why %n stole it from
  1079. X! %H, for with it, a %c of %d could
  1080. X  easily defeat his plans.
  1081. X  
  1082. X  You sense a message from %d.  Though not verbal, you
  1083. X--- 1615,1621 ----
  1084. X  %Cc P 00070
  1085. X  As you pick up %o, you feel the essence of
  1086. X  %d fill your soul.  You know now why %n stole it from
  1087. X! %H, for with it, %ca of %d could
  1088. X  easily defeat his plans.
  1089. X  
  1090. X  You sense a message from %d.  Though not verbal, you
  1091. X***************
  1092. X*** 1710,1716 ****
  1093. X  %E
  1094. X  %Cc R 00014
  1095. X  In the time that you've been gone you've only been able to master the
  1096. X! arts of a %r?  I've trained ten times again as many %Rp
  1097. X  in that time.  Maybe I should send one of them, no?  Where would that
  1098. X  leave you, %p?  Oh yeah, I remember, I was going to kill you!
  1099. X  %E
  1100. X--- 1714,1720 ----
  1101. X  %E
  1102. X  %Cc R 00014
  1103. X  In the time that you've been gone you've only been able to master the
  1104. X! arts of %ra?  I've trained ten times again as many %Rp
  1105. X  in that time.  Maybe I should send one of them, no?  Where would that
  1106. X  leave you, %p?  Oh yeah, I remember, I was going to kill you!
  1107. X  %E
  1108. X***************
  1109. X*** 1787,1793 ****
  1110. X  We meet again.  Please reconsider your actions.
  1111. X  %E
  1112. X  %Cp R 00052
  1113. X! Surely, %p, you have learned that you can not trust any bargains
  1114. X  that the %l has made.  I can show you how to continue on
  1115. X  your quest without having to run into him again.
  1116. X  %E
  1117. X--- 1791,1797 ----
  1118. X  We meet again.  Please reconsider your actions.
  1119. X  %E
  1120. X  %Cp R 00052
  1121. X! Surely, %p, you have learned that you cannot trust any bargains
  1122. X  that the %l has made.  I can show you how to continue on
  1123. X  your quest without having to run into him again.
  1124. X  %E
  1125. X***************
  1126. X*** 1830,1836 ****
  1127. X  %E
  1128. X  %Cc R 00070
  1129. X  As you pick up %o, the hairs on the back of your
  1130. X! neck fall out.  At once you you realize why the %n was
  1131. X  willing to die to keep it out of the %l's hands.  Somehow
  1132. X  you know that you must do likewise.
  1133. X  %E
  1134. X--- 1834,1840 ----
  1135. X  %E
  1136. X  %Cc R 00070
  1137. X  As you pick up %o, the hairs on the back of your
  1138. X! neck fall out.  At once you realize why the %n was
  1139. X  willing to die to keep it out of the %l's hands.  Somehow
  1140. X  you know that you must do likewise.
  1141. X  %E
  1142. X***************
  1143. X*** 1927,1938 ****
  1144. X  %E
  1145. X  %Cp S 00014
  1146. X  %p-san, you have learned well and honored your family.
  1147. X! I require the skills of a %R in order to defeat %n.
  1148. X  Go and seek out teachers.  Learn what they have learned.  When you
  1149. X  are ready, return to me.
  1150. X  %E
  1151. X  %Cp S 00015
  1152. X! %p-san, you are no better than eta!
  1153. X  
  1154. X  You have skills, but until you can call upon the bushido to know when and
  1155. X  how to use them you are not samurai.  When you can think %A and
  1156. X--- 1931,1942 ----
  1157. X  %E
  1158. X  %Cp S 00014
  1159. X  %p-san, you have learned well and honored your family.
  1160. X! I require the skills of %Ra in order to defeat %n.
  1161. X  Go and seek out teachers.  Learn what they have learned.  When you
  1162. X  are ready, return to me.
  1163. X  %E
  1164. X  %Cp S 00015
  1165. X! %p-san, you would do better to join the kyokaku.
  1166. X  
  1167. X  You have skills, but until you can call upon the bushido to know when and
  1168. X  how to use them you are not samurai.  When you can think %A and
  1169. X***************
  1170. X*** 1939,1945 ****
  1171. X  act %A then return.
  1172. X  %E
  1173. X  %Cc S 00016
  1174. X! Tomo %p-san, indeed you are ready.  I can now tell you what
  1175. X  it is that I require of you.
  1176. X  
  1177. X  The daimyo, %n, has betrayed us.  He has stolen from us
  1178. X--- 1943,1949 ----
  1179. X  act %A then return.
  1180. X  %E
  1181. X  %Cc S 00016
  1182. X! Domo %p-san, indeed you are ready.  I can now tell you what
  1183. X  it is that I require of you.
  1184. X  
  1185. X  The daimyo, %n, has betrayed us.  He has stolen from us
  1186. X***************
  1187. X*** 1946,1952 ****
  1188. X  %o and taken it to his donjon deep within
  1189. X  %i.
  1190. X  
  1191. X! If I can not show the emperor %o when he comes
  1192. X  for the festival he will know that I have failed in my duty, and
  1193. X  request that I commit seppuku.
  1194. X  
  1195. X--- 1950,1956 ----
  1196. X  %o and taken it to his donjon deep within
  1197. X  %i.
  1198. X  
  1199. X! If I cannot show the emperor %o when he comes
  1200. X  for the festival he will know that I have failed in my duty, and
  1201. X  request that I commit seppuku.
  1202. X  
  1203. X***************
  1204. X*** 2023,2035 ****
  1205. X  %H.
  1206. X  %E
  1207. X  %Cp S 00060
  1208. X! %l may not know eta when he sees one, but I do!
  1209. X  %E
  1210. X  %Cp S 00061
  1211. X  There is no honor for me in your death.
  1212. X  %E
  1213. X  %Cp S 00062
  1214. X! You know that I can not resash my swords until they have killed.
  1215. X  %E
  1216. X  %Cp S 00063
  1217. X  Your presence only compounds the dishonor of %l in not coming himself.
  1218. X--- 2027,2039 ----
  1219. X  %H.
  1220. X  %E
  1221. X  %Cp S 00060
  1222. X! Ahh, I finally meet the daimyo of the kyokaku!
  1223. X  %E
  1224. X  %Cp S 00061
  1225. X  There is no honor for me in your death.
  1226. X  %E
  1227. X  %Cp S 00062
  1228. X! You know that I cannot resash my swords until they have killed.
  1229. X  %E
  1230. X  %Cp S 00063
  1231. X  Your presence only compounds the dishonor of %l in not coming himself.
  1232. X***************
  1233. X*** 2209,2215 ****
  1234. X  You must hurry, %p!
  1235. X  %E
  1236. X  %Cp T 00027
  1237. X! You are like a %S to me, %p.  Do not let me down.
  1238. X  %E
  1239. X  %Cp T 00028
  1240. X  If you are %a at all times you may succeed, %p.
  1241. X--- 2213,2219 ----
  1242. X  You must hurry, %p!
  1243. X  %E
  1244. X  %Cp T 00027
  1245. X! You are like %Sa to me, %p.  Do not let me down.
  1246. X  %E
  1247. X  %Cp T 00028
  1248. X  If you are %a at all times you may succeed, %p.
  1249. X***************
  1250. X*** 2236,2242 ****
  1251. X  So, %p, %l thinks that you can wrest
  1252. X  %o from me!
  1253. X  
  1254. X! It only proves how desperate he has become that he sends a %r to
  1255. X  try and defeat me.  When this day is over, I will have you enslaved
  1256. X  in the mines where you will rue the day that you ever entered
  1257. X  %i.
  1258. X--- 2240,2246 ----
  1259. X  So, %p, %l thinks that you can wrest
  1260. X  %o from me!
  1261. X  
  1262. X! It only proves how desperate he has become that he sends %ra to
  1263. X  try and defeat me.  When this day is over, I will have you enslaved
  1264. X  in the mines where you will rue the day that you ever entered
  1265. X  %i.
  1266. X***************
  1267. X*** 2279,2285 ****
  1268. X  I only wish that %l had a more worthy %r to send against me.
  1269. X  %E
  1270. X  %Cp T 00066
  1271. X! With %o in my possession you can not
  1272. X  hope to defeat me.
  1273. X  %E
  1274. X  %Cp T 00067
  1275. X--- 2283,2289 ----
  1276. X  I only wish that %l had a more worthy %r to send against me.
  1277. X  %E
  1278. X  %Cp T 00066
  1279. X! With %o in my possession you cannot
  1280. X  hope to defeat me.
  1281. X  %E
  1282. X  %Cp T 00067
  1283. X***************
  1284. X*** 2389,2395 ****
  1285. X  I see you and %n fighting, %p.  But you are not prepared and
  1286. X  shall die at %n's hand if you proceed.  No.  This will not do.
  1287. X  Go back out into the world, and grow more experienced at the ways of
  1288. X! war.  Only when you have returned a %R will you be able to defeat
  1289. X  %n.
  1290. X  %E
  1291. X  %Cc V 00015
  1292. X--- 2393,2399 ----
  1293. X  I see you and %n fighting, %p.  But you are not prepared and
  1294. X  shall die at %n's hand if you proceed.  No.  This will not do.
  1295. X  Go back out into the world, and grow more experienced at the ways of
  1296. X! war.  Only when you have returned %Ra will you be able to defeat
  1297. X  %n.
  1298. X  %E
  1299. X  %Cc V 00015
  1300. X***************
  1301. X*** 2468,2474 ****
  1302. X  Once again, you stand in sight of %n's lair.
  1303. X  %E
  1304. X  %Cc V 00050
  1305. X! So!  The %l has finally sent a %c to challenge me!
  1306. X  
  1307. X  I thought that mastering %o would enable me to challenge %d,
  1308. X  but it has shown me that first I must kill you!
  1309. X--- 2472,2478 ----
  1310. X  Once again, you stand in sight of %n's lair.
  1311. X  %E
  1312. X  %Cc V 00050
  1313. X! So!  The %l has finally sent %ca to challenge me!
  1314. X  
  1315. X  I thought that mastering %o would enable me to challenge %d,
  1316. X  but it has shown me that first I must kill you!
  1317. X***************
  1318. X*** 2507,2513 ****
  1319. X  Some instrument of %d you are, %p.  You are a weakling!
  1320. X  %E
  1321. X  %Cp V 00067
  1322. X! Never have I seen a %c so clumsy in battle.
  1323. X  %E
  1324. X  %Cp V 00068
  1325. X  You die now, little %s.
  1326. X--- 2511,2517 ----
  1327. X  Some instrument of %d you are, %p.  You are a weakling!
  1328. X  %E
  1329. X  %Cp V 00067
  1330. X! Never have I seen %ca so clumsy in battle.
  1331. X  %E
  1332. X  %Cp V 00068
  1333. X  You die now, little %s.
  1334. X***************
  1335. X*** 2610,2618 ****
  1336. X  %E
  1337. X  %Cc W 00014
  1338. X  Alas, %p, you have not yet shown your proficiency as a worthy
  1339. X! spellcaster.  As a %r, you would surely be overcome in the challenge
  1340. X  ahead.  Go, now, expand your horizons, and return when you have attained
  1341. X! renown as a %R.
  1342. X  %E
  1343. X  %Cc W 00015
  1344. X  You amaze me, %p!  How many times did I tell you that Balance
  1345. X--- 2614,2622 ----
  1346. X  %E
  1347. X  %Cc W 00014
  1348. X  Alas, %p, you have not yet shown your proficiency as a worthy
  1349. X! spellcaster.  As %ra, you would surely be overcome in the challenge
  1350. X  ahead.  Go, now, expand your horizons, and return when you have attained
  1351. X! renown as %Ra.
  1352. X  %E
  1353. X  %Cc W 00015
  1354. X  You amaze me, %p!  How many times did I tell you that Balance
  1355. X***************
  1356. X*** 2662,2668 ****
  1357. X  You must utterly destroy the %n.  He will pursue you otherwise.
  1358. X  %E
  1359. X  %Cp W 00025
  1360. X! %o is a mighty artifact.  With it you can
  1361. X  destroy the %n.
  1362. X  %E
  1363. X  %Cp W 00026
  1364. X--- 2666,2672 ----
  1365. X  You must utterly destroy the %n.  He will pursue you otherwise.
  1366. X  %E
  1367. X  %Cp W 00025
  1368. X! %oC is a mighty artifact.  With it you can
  1369. X  destroy the %n.
  1370. X  %E
  1371. X  %Cp W 00026
  1372. X***************
  1373. X*** 2801,2807 ****
  1374. X      Under World, where he now lurks, and bides his time.
  1375. X  
  1376. X  Your god %d seeks to possess the Amulet, and with it
  1377. X! to gain his deserved ascendance over the other gods.
  1378. X  
  1379. X  You, a newly trained %r, have been heralded
  1380. X  from birth as the instrument of %d.  You are destined
  1381. X--- 2805,2811 ----
  1382. X      Under World, where he now lurks, and bides his time.
  1383. X  
  1384. X  Your god %d seeks to possess the Amulet, and with it
  1385. X! to gain deserved ascendance over the other gods.
  1386. X  
  1387. X  You, a newly trained %r, have been heralded
  1388. X  from birth as the instrument of %d.  You are destined
  1389. X***************
  1390. X*** 2937,2942 ****
  1391. X--- 2941,2949 ----
  1392. X   %L:    return("lawful");
  1393. X   %x:    return((Blind) ? "sense" : "see");
  1394. X   %%:    return(percent_sign);
  1395. X+  a suffix:    return an(root);
  1396. X+  A suffix:    return An(root);
  1397. X+  C suffix:    return capitalized(root);
  1398. X   p suffix:    return makeplural(root);
  1399. X   P suffix:    return makeplural(capitalized(root));
  1400. X  %E
  1401. X*** /tmp/da07349    Thu Feb 25 10:19:23 1993
  1402. X--- dat/rumors.fal    Mon Feb  8 14:09:29 1993
  1403. X***************
  1404. X*** 47,52 ****
  1405. X--- 47,53 ----
  1406. X  Didn't you forget to pay?
  1407. X  Didn't your mother tell you not to eat food off the floor?
  1408. X  Direct a direct hit on your direct opponent, directing in the right direction.
  1409. X+ Do you want to make more money?  Sure, we all do!  Join the Fort Ludios guard!
  1410. X  Don't eat too much:  you might start hiccoughing!
  1411. X  Don't play hack at your work; your boss might hit you!
  1412. X  Don't tell a soul you found a secret door, otherwise it isn't a secret anymore.
  1413. X***************
  1414. X*** 87,93 ****
  1415. X  Kicking the terminal doesn't hurt the monsters.
  1416. X  Killer bees keep appearing till you kill their queen.
  1417. X  Killer bunnies can be tamed with carrots only.
  1418. X! Latest news?  Put 'rec.games.hack' in your .newsrc!
  1419. X  Learn how to spell.  Play NetHack!
  1420. X  Leprechauns hide their gold in a secret room.
  1421. X  Let your fingers do the walking on the yulkjhnb keys.
  1422. X--- 88,94 ----
  1423. X  Kicking the terminal doesn't hurt the monsters.
  1424. X  Killer bees keep appearing till you kill their queen.
  1425. X  Killer bunnies can be tamed with carrots only.
  1426. X! Latest news?  Put `rec.games.hack' in your .newsrc!
  1427. X  Learn how to spell.  Play NetHack!
  1428. X  Leprechauns hide their gold in a secret room.
  1429. X  Let your fingers do the walking on the yulkjhnb keys.
  1430. X***************
  1431. X*** 136,141 ****
  1432. X--- 137,144 ----
  1433. X  Row (3x) that boat gently down the stream, Charon (4x), death is but a dream.
  1434. X  Running is good for your legs.
  1435. X  Screw up your courage!  You've screwed up everything else.
  1436. X+ Scrolls fading?  It's not the heat, it's the humidity.
  1437. X+ Seepage?  Leaky pipes?  Rising damp?  Summon the plumber!
  1438. X  Segmentation fault (core dumped).
  1439. X  Shopkeepers sometimes die from old age.
  1440. X  Some mazes (especially small ones) have no solutions, says man 6 maze.
  1441. X***************
  1442. X*** 145,150 ****
  1443. X--- 148,154 ----
  1444. X  Spare your scrolls of make-edible until it's really necessary!
  1445. X  Suddenly, the dungeon will collapse...
  1446. X  Taming a mail daemon may cause a system security violation.
  1447. X+ The crowd was so tough, the Stooges won't play the Dungeon anymore, nyuk nyuk.
  1448. X  The leprechauns hide their treasure in a small hidden room.
  1449. X  The longer the wand the better.
  1450. X  The use of dynamite is dangerous.
  1451. X***************
  1452. X*** 178,184 ****
  1453. X  They say that a hacker named Mary once lost a white sheep in the mazes.
  1454. X  They say that a helm of brilliance is not to be taken lightly.
  1455. X  They say that a hot dog and a hell hound are the same thing.
  1456. X! They say that a lamp named Aladdin contains a djinni with 3 wishes.
  1457. X  They say that a large dog named Lassie will lead you to the amulet.
  1458. X  They say that a long sword is not a light sword.
  1459. X  They say that a manes won't mince words with you.
  1460. X--- 182,188 ----
  1461. X  They say that a hacker named Mary once lost a white sheep in the mazes.
  1462. X  They say that a helm of brilliance is not to be taken lightly.
  1463. X  They say that a hot dog and a hell hound are the same thing.
  1464. X! They say that a lamp named Aladdin's Lamp contains a djinni with 3 wishes.
  1465. X  They say that a large dog named Lassie will lead you to the amulet.
  1466. X  They say that a long sword is not a light sword.
  1467. X  They say that a manes won't mince words with you.
  1468. X***************
  1469. X*** 189,194 ****
  1470. X--- 193,199 ----
  1471. X  They say that a potion of yogurt is a cancelled potion of sickness.
  1472. X  They say that a purple worm is not a baby purple dragon.
  1473. X  They say that a quivering blob tastes different than a gelatinous cube.
  1474. X+ They say that a runed broadsword named Stormbringer attracts vortices.
  1475. X  They say that a scroll of summoning has other names.
  1476. X  They say that a shaman can bestow blessings but usually doesn't.
  1477. X  They say that a shaman will bless you for an eye of newt and wing of bat.
  1478. X***************
  1479. X*** 198,204 ****
  1480. X  They say that a stethoscope is no good if you can only hear your heartbeat.
  1481. X  They say that a succubus named Suzy will sometimes warn you of danger.
  1482. X  They say that a wand of cancellation is not like a wand of polymorph.
  1483. X- They say that a wide sword named Stormbringer attracts vortices.
  1484. X  They say that a wood golem named Pinocchio would be easy to control.
  1485. X  They say that after killing a dragon its time for a change of scenery.
  1486. X  They say that an amulet of strangulation is worse than ring around the collar.
  1487. X--- 203,208 ----
  1488. X***************
  1489. X*** 227,232 ****
  1490. X--- 231,237 ----
  1491. X  They say that fortune cookies are food for thought.
  1492. X  They say that gold is only wasted on a pet dragon.
  1493. X  They say that good things come to those that wait.
  1494. X+ They say that greased objects will slip out of monsters' hands.
  1495. X  They say that if you can't spell then you'll wish you had a spell book.
  1496. X  They say that if you live by the sword, you'll die by the sword.
  1497. X  They say that if you play like a monster you'll have a better game.
  1498. X***************
  1499. X*** 275,282 ****
  1500. X  They say that shopkeepers never carry more than 20 gold pieces, at night.
  1501. X  They say that shopkeepers never sell blessed potions of invisibility.
  1502. X  They say that soldiers wear kid gloves and silly helmets.
  1503. X  They say that some monsters may kiss your boots to stop your drum playing.
  1504. X- They say that someone said that the stooges once played here, nyuck, nyuck.
  1505. X  They say that sometimes you can be the hit of the party when playing a horn.
  1506. X  They say that the NetHack gods generally welcome your sacrifices.
  1507. X  They say that the Three Rings are named Vilya, Nenya and Narya.
  1508. X--- 280,288 ----
  1509. X  They say that shopkeepers never carry more than 20 gold pieces, at night.
  1510. X  They say that shopkeepers never sell blessed potions of invisibility.
  1511. X  They say that soldiers wear kid gloves and silly helmets.
  1512. X+ They say that some Kops are on the take.
  1513. X+ They say that some guards' palms can be greased.
  1514. X  They say that some monsters may kiss your boots to stop your drum playing.
  1515. X  They say that sometimes you can be the hit of the party when playing a horn.
  1516. X  They say that the NetHack gods generally welcome your sacrifices.
  1517. X  They say that the Three Rings are named Vilya, Nenya and Narya.
  1518. X***************
  1519. X*** 296,302 ****
  1520. X  They say that there was a time when cursed holy water wasn't water.
  1521. X  They say that there's no point in crying over a gray ooze.
  1522. X  They say that there's only hope left after you've opened Pandora's box.
  1523. X! They say that trapdoors should always be marked 'Caution:  Trap Door'.
  1524. X  They say that using an amulet of change isn't a difficult operation.
  1525. X  They say that water walking boots are better if you are fast like Hermes.
  1526. X  They say that when you wear a circular amulet you might resemble a troll.
  1527. X--- 302,308 ----
  1528. X  They say that there was a time when cursed holy water wasn't water.
  1529. X  They say that there's no point in crying over a gray ooze.
  1530. X  They say that there's only hope left after you've opened Pandora's box.
  1531. X! They say that trapdoors should always be marked `Caution:  Trap Door'.
  1532. X  They say that using an amulet of change isn't a difficult operation.
  1533. X  They say that water walking boots are better if you are fast like Hermes.
  1534. X  They say that when you wear a circular amulet you might resemble a troll.
  1535. X***************
  1536. X*** 337,343 ****
  1537. X  Unfortunately, this message was left intentionally blank.
  1538. X  Using a morning star in the evening has no effect.
  1539. X  Want a hint?  Zap a wand of make invisible on your weapon!
  1540. X! Wanted: shopkeepers.  Send a scroll of mail to: Mage of Yendor/Level 35/Dungeon.
  1541. X  Warning:  fortune reading can be hazardous to your health.
  1542. X  We have new ways of detecting treachery...
  1543. X  What a pity, you cannot read it!
  1544. X--- 343,349 ----
  1545. X  Unfortunately, this message was left intentionally blank.
  1546. X  Using a morning star in the evening has no effect.
  1547. X  Want a hint?  Zap a wand of make invisible on your weapon!
  1548. X! Wanted: shopkeepers.  Send a scroll of mail to Mage of Yendor/Level 35/Dungeon.
  1549. X  Warning:  fortune reading can be hazardous to your health.
  1550. X  We have new ways of detecting treachery...
  1551. X  What a pity, you cannot read it!
  1552. X*** /tmp/da07357    Thu Feb 25 10:19:25 1993
  1553. X--- dat/rumors.tru    Mon Feb  8 14:09:46 1993
  1554. X***************
  1555. X*** 71,77 ****
  1556. X  If you are being punished, it's done with a deadly weapon.
  1557. X  If you kill the Wizard, you get promoted to demi-god.
  1558. X  If you need a wand of digging, kindly ask the minotaur.
  1559. X- If you want a sex change, you must get it before the game.
  1560. X  If you want to hit, use a dagger.
  1561. X  If you want to rob a shop, train your dog.
  1562. X  If you're lost, try buying a map next time you're in a shop.
  1563. X--- 71,76 ----
  1564. X*** /tmp/da07381    Thu Feb 25 10:19:31 1993
  1565. X--- dat/yendor.des    Wed Feb 17 09:52:40 1993
  1566. X***************
  1567. X*** 38,43 ****
  1568. X--- 38,48 ----
  1569. X  NON_DIGGABLE:(11,00,21,00)
  1570. X  NON_DIGGABLE:(11,10,27,12)
  1571. X  NON_DIGGABLE:(21,00,27,10)
  1572. X+ # Non passable walls
  1573. X+ NON_PASSWALL:(00,00,11,12)
  1574. X+ NON_PASSWALL:(11,00,21,00)
  1575. X+ NON_PASSWALL:(11,10,27,12)
  1576. X+ NON_PASSWALL:(21,00,27,10)
  1577. X  # The wizard and his guards
  1578. X  MONSTER:'@',"Wizard of Yendor",(16,05),asleep
  1579. X  MONSTER:'d',"hell hound",(15,05)
  1580. X***************
  1581. X*** 112,117 ****
  1582. X--- 117,127 ----
  1583. X  LADDER:(14,11),down
  1584. X  # Non diggable walls everywhere
  1585. X  NON_DIGGABLE:(00,00,27,12)
  1586. X+ #
  1587. X+ NON_PASSWALL:(00,00,06,12)
  1588. X+ NON_PASSWALL:(06,00,27,02)
  1589. X+ NON_PASSWALL:(16,02,27,12)
  1590. X+ NON_PASSWALL:(06,12,16,12)
  1591. X  # Random traps.
  1592. X  TRAP:"spiked pit",random
  1593. X  TRAP:"sleep gas",random
  1594. X***************
  1595. X*** 164,169 ****
  1596. X--- 174,185 ----
  1597. X  NON_DIGGABLE:(06,00,27,02)
  1598. X  NON_DIGGABLE:(16,02,27,12)
  1599. X  NON_DIGGABLE:(06,12,16,12)
  1600. X+ #
  1601. X+ NON_PASSWALL:(00,00,06,12)
  1602. X+ NON_PASSWALL:(06,00,27,02)
  1603. X+ NON_PASSWALL:(16,02,27,12)
  1604. X+ NON_PASSWALL:(06,12,16,12)
  1605. X+ #
  1606. X  MONSTER:'L',random,(10,07)
  1607. X  MONSTER:'V',"vampire lord",(12,07)
  1608. X  # Some surrounding horrors
  1609. X
  1610. END_OF_FILE
  1611. if test 52174 -ne `wc -c <'patches01l'`; then
  1612.     echo shar: \"'patches01l'\" unpacked with wrong size!
  1613. fi
  1614. # end of 'patches01l'
  1615. echo shar: End of archive 17 \(of 31\).
  1616. cp /dev/null ark17isdone
  1617. MISSING=""
  1618. for I in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ; do
  1619.     if test ! -f ark${I}isdone ; then
  1620.     MISSING="${MISSING} ${I}"
  1621.     fi
  1622. done
  1623. if test "${MISSING}" = "" ; then
  1624.     echo You have unpacked all 31 archives.
  1625.     echo "Now execute 'patchit.sh'"
  1626.     rm -f ark[1-9]isdone ark[1-9][0-9]isdone
  1627. else
  1628.     echo You still need to unpack the following archives:
  1629.     echo "        " ${MISSING}
  1630. fi
  1631. ##  End of shell archive.
  1632. exit 0
  1633.