]> granicus.if.org Git - nethack/commitdiff
Make the raven medusa level shortsighted
authorPasi Kallinen <paxed@alt.org>
Wed, 6 Jan 2016 16:54:21 +0000 (18:54 +0200)
committerPasi Kallinen <paxed@alt.org>
Wed, 6 Jan 2016 16:54:56 +0000 (18:54 +0200)
This prevents all of the ravens mobbing the player immediately.

Change via Dynahack by Tung Nguyen

dat/medusa.des
doc/fixes36.1

index 3e1a70521e1d60933bfc3e7ebcda9f32d4d66f70..b449a29e2211253247c271ffbfd7e43fafc46a3b 100644 (file)
@@ -218,7 +218,7 @@ MONSTER:random,random
 
 
 LEVEL:"medusa-3"
-FLAGS: noteleport,mazelevel
+FLAGS: noteleport,mazelevel,shortsighted
 INIT_MAP:solidfill,' '
 GEOMETRY:center,center
 #
index 922eecf7b9f351edb3d6eaec85ed8eac0e5cd41e..9df0bdc0a7cb1d002b1a19d8e6e54af7408cafb8 100644 (file)
@@ -101,6 +101,7 @@ poison breath leaves a trail of poison gas
 make vault guard accept names starting with number
 fix weight of containers in special levels
 allow knife and stiletto as possible tin opening tools
+make the raven medusa level shortsighted
 
 
 Platform- and/or Interface-Specific Fixes