From 32ddb09f0132e3ef0f99092c7856a7f2e9b8563a Mon Sep 17 00:00:00 2001 From: dshaligram Date: Fri, 17 Aug 2007 16:21:27 +0000 Subject: [1775520] Sling bullets are no longer throwable. Fixed formatted_string's add_glyph methods not handling wide characters. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2008 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 a74090d5fb..6cf6034f87 100644 --- a/crawl-ref/source/itemprop.cc +++ b/crawl-ref/source/itemprop.cc @@ -349,7 +349,7 @@ static missile_def Missile_prop[NUM_MISSILES] = { MI_ARROW, "arrow", 7, 5, false }, { MI_BOLT, "bolt", 9, 5, false }, { MI_LARGE_ROCK, "large rock", 20, 1000, true }, - { MI_SLING_BULLET, "sling bullet", 6, 4, true }, + { MI_SLING_BULLET, "sling bullet", 6, 4, false }, { MI_JAVELIN, "javelin", 10, 40, true }, }; -- cgit v1.2.3-54-g00ecf