From: Pasi Kallinen Date: Sat, 2 May 2015 19:17:47 +0000 (+0300) Subject: Minor variation for Earth and Astral planes X-Git-Tag: NetHack-3.6.0_RC01~434^2~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d116a892a71b3907c289bc468b5b0b59ef1eaa5;p=nethack Minor variation for Earth and Astral planes --- diff --git a/dat/endgame.des b/dat/endgame.des index 4f2cbd9de..8cf84ed75 100644 --- a/dat/endgame.des +++ b/dat/endgame.des @@ -45,6 +45,9 @@ MAP .. ENDMAP + +REPLACE_TERRAIN:(0,0,75,19), ' ', ('.', unlit), 5% + # Since there are no stairs, this forces the hero's initial placement TELEPORT_REGION:(69,16,69,16),(0,0,0,0) PORTAL:(0,0,75,19),(65,13,75,19),"air" @@ -503,6 +506,19 @@ MAP |...............| ----------------- ENDMAP + +IF [75%] { + TERRAIN:fillrect (17,14, 30,18),'.' + TERRAIN:fillrect (44,14, 57,18),'.' + WALLIFY + + $hall = selection:floodfill(37,18) + LOOP [6 + 3d4] { + MONSTER:('A',"Angel"),rndcoord($hall),noalign,hostile + [50%]: MONSTER:random,rndcoord($hall),hostile + } +} + # Rider locations $place = { (23,9),(37,14),(51,9) } SHUFFLE: $place