From c96ad74301106bbc2163c96ae96590c23feb4a59 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Wed, 26 Mar 2008 16:31:22 +0000 Subject: Split potions of blood and potions of coagulated blood into two distinct potion types to make stacking easier. Coagulated blood is not created randomly, and aging potions of blood turn into potions of coagulated blood, so none of that changed. Well, except the name: congealed -> coagulated. This also means that they now have distinct descriptions, though seeing potions in your inventory coagulate will identify both of them. And I checked: potions in shops will coagulate as well and disappear. Coagulated blood is cheaper, but if you need it you won't want to wait around, right? git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3884 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/rltiles/item/potion/i-blood.bmp | Bin 2102 -> 2102 bytes .../source/rltiles/item/potion/i-coagulated-blood.bmp | Bin 0 -> 2102 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 crawl-ref/source/rltiles/item/potion/i-coagulated-blood.bmp (limited to 'crawl-ref/source/rltiles/item/potion') diff --git a/crawl-ref/source/rltiles/item/potion/i-blood.bmp b/crawl-ref/source/rltiles/item/potion/i-blood.bmp index 0f9db052e6..43a837cde2 100644 Binary files a/crawl-ref/source/rltiles/item/potion/i-blood.bmp and b/crawl-ref/source/rltiles/item/potion/i-blood.bmp differ diff --git a/crawl-ref/source/rltiles/item/potion/i-coagulated-blood.bmp b/crawl-ref/source/rltiles/item/potion/i-coagulated-blood.bmp new file mode 100644 index 0000000000..0f9db052e6 Binary files /dev/null and b/crawl-ref/source/rltiles/item/potion/i-coagulated-blood.bmp differ -- cgit v1.2.3-54-g00ecf