Skip to content

Commit

Permalink
Tweak nagdon_arrival_double_spiral
Browse files Browse the repository at this point in the history
The lava and deep water variations spelled death if a ranged monster
spawned awake and near the vault, or wandered by as the player was
departing. The transparent stone could force the player to wake up a lot
of monsters while navigating out of the vault leading to death.

[Closes crawl#864]

(cherry picked from commit 2b29b68)
  • Loading branch information
ebering authored and damerell committed Mar 5, 2020
1 parent 8fca3e6 commit bb270e6
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions crawl-ref/source/dat/des/arrival/twisted.des
Expand Up @@ -795,9 +795,9 @@ SUBST: c : t:60 x:30 c:10
SUBST: . = W
SUBST: ' = WW.
: elseif crawl.one_chance_in(6) then
SUBST: c = l
SUBST: c = W
: end
SUBST: c : t:45 m:30 w:20 n:5
SUBST: c : t:45
SUBST: G : G:40 H:30 2:10 1:5 A:3 B:2
: end
KFEAT: A = abandoned_shop
Expand All @@ -806,23 +806,23 @@ NSUBST: C = AB / c
SUBST: H : G:60 T:5
SUBST: '" = .
MAP
ccc
ccccGcccc
cc.......cc
cc.ccccccc.cc
cc.cc.....cc.cc
c.cc.ccccc.cc.c
c.c.cc...cc.c.c
cc.c.c.cc.Gc.c.cc
cG.c.c.cG.cc.c.Gc
cc.c.c.cc....c.cc
c.c.cc.ccccGc.c
c'cc.cc...ccc.c
cc'cc.cccc...cc
cc'cc...ccGcc
cc'ccc.{ccc
cc@"ccccc
@@@
ccc
ccccGcccc
cc.......cc
cc.ccccccc.cc
cc.cc.....cc.cc
c.cc.ccccc.cc.c
c.c.cc...cc.c.c
cc.c.c.cc.Gc.c.cc
cG.c.c.cG.cc.c.Gc
cc.c.c.cc....c.cc
c.c.cc.ccccGc.c
c'cc.cc...ccc.c
cc'cc.cccc...cc
cc'cc...ccGcc
cc'ccc.{ccc
cc@"ccccc
@@@
ENDMAP

###############################################################################
Expand Down

0 comments on commit bb270e6

Please sign in to comment.