From 99e4ad77265f9c3a891c5b8f863abd81f6e288d7 Mon Sep 17 00:00:00 2001 From: Eino Keskitalo Date: Fri, 30 Oct 2009 01:54:14 +0200 Subject: Generate the new ammo brands randomly. Weights now being: Flame 3 Frost 3 Poiso 2 Penet 1 Reapi 1 Silve 1 Steel 1 Dispe 1 Explo 2 Also gave all the new brands a shopping price multiplier - *30, same as curare. Signed-off-by: Eino Keskitalo --- crawl-ref/source/shopping.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'crawl-ref/source/shopping.cc') diff --git a/crawl-ref/source/shopping.cc b/crawl-ref/source/shopping.cc index 1cfc7df4fd..5a82028d8c 100644 --- a/crawl-ref/source/shopping.cc +++ b/crawl-ref/source/shopping.cc @@ -1093,6 +1093,12 @@ unsigned int item_value( item_def item, bool ident ) break; case SPMSL_CURARE: + case SPMSL_PENETRATION: + case SPMSL_REAPING: + case SPMSL_SILVER: + case SPMSL_STEEL: + case SPMSL_DISPERSAL: + case SPMSL_EXPLODING: valued *= 30; break; -- cgit v1.2.3-54-g00ecf