From 4dc30336a62ec7e8261253fc0b9c0674efda1555 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 29 Jun 2009 19:25:47 +0000 Subject: Add Eino's totally awesome Grum tile, as well as my own significantly less awesome tile for Kirke. Thanks, Eino, you rock! Some modifications for Kirke: * reduce the size of Kirke's hog band * replace Summon Ice Beasts with another instance of the "porkalator" * give the porkalator a 33% chance of upgrading a nearby hostile monster to hog Also, open a new category in dc-mon.txt for transformations, so specific tiles are easier to add. The player's pig form now looks subtly different from the other hogs, some greater difference would be better, though. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10076 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/monplace.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/monplace.cc') diff --git a/crawl-ref/source/monplace.cc b/crawl-ref/source/monplace.cc index 02e457760e..4e56354e58 100644 --- a/crawl-ref/source/monplace.cc +++ b/crawl-ref/source/monplace.cc @@ -1663,7 +1663,7 @@ static band_type _choose_band(int mon_type, int power, int &band_size) break; case MONS_KIRKE: - band_size = 3 + random2(5); + band_size = 2 + random2(3); case MONS_HOG: band = BAND_HOGS; band_size += 1 + random2(3); -- cgit v1.2.3-54-g00ecf