From 2f0027fc198f14dd2ed745df59427f0580ffd9ca Mon Sep 17 00:00:00 2001 From: dshaligram Date: Mon, 21 Apr 2008 00:01:25 +0000 Subject: 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 --- crawl-ref/source/itemprop.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/itemprop.cc') 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: -- cgit v1.2.3-54-g00ecf