From 5c013b3c984b31f7c4dfc1945da5723fe1f316b0 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Fri, 9 Jan 2009 12:35:02 +0000 Subject: Apply Eino's patches 2494428, 2494591 and 2494703. Thanks! I had to comment out the line set_random_mon_list in icecave.des because that gave an error "Too many arguments" and I couldn't find any example where it was already used. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8356 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/dat/icecave.des | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/dat/icecave.des') diff --git a/crawl-ref/source/dat/icecave.des b/crawl-ref/source/dat/icecave.des index 336b3768ce..0289a7c126 100644 --- a/crawl-ref/source/dat/icecave.des +++ b/crawl-ref/source/dat/icecave.des @@ -9,7 +9,7 @@ # # Flavour: white colours, ice monsters, appropriate clouds. # The escape is at the start. The player can back away if s/he decides -# some challenges are much to handle. +# some challenges are too much to handle. # ############################################################################### @@ -229,6 +229,8 @@ WEIGHT: 8 SHUFFLE: "' SUBST: "=. , ':x .:1 : ice_cave_colours(_G) +# This doesn't work! error: Too many arguments. +#: dgn.set_random_mon_list("wolf", "yak", "polar bear", "death yak", "frost giant") MONS: yak / wolf / polar bear w:4 MONS: polar bear MONS: frost giant -- cgit v1.2.3-54-g00ecf