From 007ead191a6de85b5b12ccc0c5979a4e9661659a Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Fri, 28 Nov 2008 11:58:20 +0000 Subject: * Fixed a few issues with transformations. * Moved fixed arts' plusses, name and colour into a struct in randart.cc. (This should maybe be moved into unrand.h.) Name and description are now stored in the props vector like for randarts, and artefact_name() now handles all randarts, unrandarts and fixed artefacts. The Knife of Accuracy should probably be turned into an unrandart. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7673 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/food.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/food.cc') diff --git a/crawl-ref/source/food.cc b/crawl-ref/source/food.cc index 69a1cb036f..a3cf2ee638 100644 --- a/crawl-ref/source/food.cc +++ b/crawl-ref/source/food.cc @@ -179,6 +179,7 @@ void weapon_switch(int targ) you.time_taken /= 10; } + you.wield_change = true; you.turn_is_over = true; } -- cgit v1.2.3-54-g00ecf