summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-07-06 10:09:21 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-07-06 19:45:38 -0400
commit0b870a835f2875b130ca6932827c255fa48073dd (patch)
treefaa7c9d4affffb2478238448d75d01eb82ac0172 /crawl-ref/source/enum.h
parent747894c923de6c2e841bc03e33b0cc2723d8c319 (diff)
downloadcrawl-ref-0b870a835f2875b130ca6932827c255fa48073dd.tar.gz
crawl-ref-0b870a835f2875b130ca6932827c255fa48073dd.zip
Replace potions of paralysis with potions of cancellation.
!para was sort of problematic in that in combat, it would basically be a game-over effect, especially at the low HP people generally panic-quaff at, and almost entirely harmless outside of combat. Neither effect is very interesting. Dispelling has the potential to be bad, if you hadn't identified it and had used some other buffing potions, and lends itself to many more interesting tactical situations. "Cancellation" is just the first thing that popped into my head; feel free to send buckets of paint to recolour the bikeshed with.
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 3d749fe02a..edef734fe5 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -3560,7 +3560,7 @@ enum potion_type
POT_FLIGHT,
POT_POISON,
POT_SLOWING,
- POT_PARALYSIS,
+ POT_CANCELLATION,
POT_CONFUSION,
POT_INVISIBILITY,
POT_PORRIDGE,