From: Pasi Kallinen Date: Wed, 6 Jan 2016 16:54:21 +0000 (+0200) Subject: Make the raven medusa level shortsighted X-Git-Tag: NetHack-3.6.1_RC01~1064^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c8d0b04c749babf06d9a8fa42dbceb3c40c55212;p=nethack Make the raven medusa level shortsighted This prevents all of the ravens mobbing the player immediately. Change via Dynahack by Tung Nguyen --- diff --git a/dat/medusa.des b/dat/medusa.des index 3e1a70521..b449a29e2 100644 --- a/dat/medusa.des +++ b/dat/medusa.des @@ -218,7 +218,7 @@ MONSTER:random,random LEVEL:"medusa-3" -FLAGS: noteleport,mazelevel +FLAGS: noteleport,mazelevel,shortsighted INIT_MAP:solidfill,' ' GEOMETRY:center,center # diff --git a/doc/fixes36.1 b/doc/fixes36.1 index 922eecf7b..9df0bdc0a 100644 --- a/doc/fixes36.1 +++ b/doc/fixes36.1 @@ -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