summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-29 06:27:10 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-29 06:27:10 +0000
commit73f04be4c6759ada0babbe31791b83936de9487a (patch)
treefb4a89f78fa9a925ec698f1fee2d951aa60ef41f /crawl-ref/source/itemprop.cc
parent410feaaa0a7ae2b338b7040cb3d544653b0eca1b (diff)
downloadcrawl-ref-73f04be4c6759ada0babbe31791b83936de9487a.tar.gz
crawl-ref-73f04be4c6759ada0babbe31791b83936de9487a.zip
Fixed javelin base hit, dropped weight slightly.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2648 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 0a591f2517..d139c1d9f1 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -353,7 +353,7 @@ static missile_def Missile_prop[NUM_MISSILES] =
{ MI_BOLT, "bolt", 9, 5, false },
{ MI_LARGE_ROCK, "large rock", 20, 800, true },
{ MI_SLING_BULLET, "sling bullet", 6, 4, false },
- { MI_JAVELIN, "javelin", 10, 90, true },
+ { MI_JAVELIN, "javelin", 10, 80, true },
{ MI_THROWING_NET, "throwing net", 0, 30, true },
};