From c917efe2ecd38f449619d7b25160c8053b81e108 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 20 Jul 2009 19:32:38 +0000 Subject: Use ETC_MAGIC for beam animations with unknown effect, so we don't accidentally leak information about unID'd wands etc. Some additional space fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10358 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 d2f104963a..fc4548158c 100644 --- a/crawl-ref/source/itemprop.cc +++ b/crawl-ref/source/itemprop.cc @@ -2578,7 +2578,7 @@ int item_mass(const item_def &item) if (brand == SPMSL_SILVER) unit_mass *= 2; - else if(brand == SPMSL_STEEL) + else if (brand == SPMSL_STEEL) unit_mass *= 3; break; } -- cgit v1.2.3-54-g00ecf