summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-21 00:01:25 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-21 00:01:25 +0000
commit2f0027fc198f14dd2ed745df59427f0580ffd9ca (patch)
treefce28eba6869575eecff8b68357b80715af1a170 /crawl-ref/source/itemprop.cc
parentfd33507fae988909afebc9e41fb176e6ec0f9bf3 (diff)
downloadcrawl-ref-2f0027fc198f14dd2ed745df59427f0580ffd9ca.tar.gz
crawl-ref-2f0027fc198f14dd2ed745df59427f0580ffd9ca.zip
Make lajatangs more common to compensate for the weaker quarterstaff.
Also strengthened Agnes slightly, speeded her up a bit further, and gave her a lajatang. Lajatangs can now be generated with a brand. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4426 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/itemprop.cc')
-rw-r--r--crawl-ref/source/itemprop.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc
index e1b2388b4c..0412d78b7b 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -1428,6 +1428,7 @@ int weapon_rarity( int w_type )
case WPN_DIRE_FLAIL:
case WPN_SCYTHE:
case WPN_LONGBOW:
+ case WPN_LAJATANG:
return (2);
case WPN_GIANT_CLUB:
@@ -1439,7 +1440,6 @@ int weapon_rarity( int w_type )
case WPN_EVENINGSTAR:
case WPN_EXECUTIONERS_AXE:
case WPN_KATANA:
- case WPN_LAJATANG:
case WPN_KNIFE:
case WPN_QUICK_BLADE:
case WPN_TRIPLE_SWORD: