From eae626d8980c8dc29b9af63e243a6c160e9daca4 Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Fri, 8 Jan 2010 18:24:15 +1000 Subject: Increase weight of stones (dpeg). They are lighter than arrows, which is confusing. Thematically, it would make more sense for them to be heavier than sling bullets: they are just stones, and they aren't shaped particularly well for slinging. They are also larger! --- 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 af3828e573..b93a6e025f 100644 --- a/crawl-ref/source/itemprop.cc +++ b/crawl-ref/source/itemprop.cc @@ -366,7 +366,7 @@ static int Missile_index[NUM_MISSILES]; static missile_def Missile_prop[NUM_MISSILES] = { { MI_NEEDLE, "needle", 0, 1, false }, - { MI_STONE, "stone", 4, 2, true }, + { MI_STONE, "stone", 4, 6, true }, { MI_DART, "dart", 5, 3, true }, { MI_ARROW, "arrow", 7, 5, false }, { MI_BOLT, "bolt", 9, 5, false }, -- cgit v1.2.3-54-g00ecf