From d629a6a0ab679fb6728d2b632fe4bea13fcd3a0b Mon Sep 17 00:00:00 2001 From: haranp Date: Thu, 25 Oct 2007 09:24:32 +0000 Subject: Added Pain (== agony) and Torment (== Symbol of Torment) to the Deck of Destruction. Boosted cost of Stack Deck. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2544 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/decks.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/decks.h') diff --git a/crawl-ref/source/decks.h b/crawl-ref/source/decks.h index df5b3942e5..94c40468db 100644 --- a/crawl-ref/source/decks.h +++ b/crawl-ref/source/decks.h @@ -74,6 +74,8 @@ enum card_type CARD_FROST, // cold damage CARD_VENOM, // poison damage CARD_HAMMER, // pure damage + CARD_PAIN, // single target, like spell of agony + CARD_TORMENT, // Symbol of Torment CARD_ELIXIR, // healing CARD_BATTLELUST, // melee boosts -- cgit v1.2.3-54-g00ecf