summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/sprint.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2011-10-21 18:24:56 -0400
committerNeil Moore <neil@s-z.org>2011-10-21 18:27:54 -0400
commit3b7b1c7ec8588aa8f33753a53df3f54cec9600cd (patch)
tree9a798447918148d3927206f851896423d650e797 /crawl-ref/source/sprint.cc
parent0970335ba1de08bf8b631f24bdeba7ced64870df (diff)
downloadcrawl-ref-3b7b1c7ec8588aa8f33753a53df3f54cec9600cd.tar.gz
crawl-ref-3b7b1c7ec8588aa8f33753a53df3f54cec9600cd.zip
Rename potion of healing to potion of curing.
Diffstat (limited to 'crawl-ref/source/sprint.cc')
-rw-r--r--crawl-ref/source/sprint.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/sprint.cc b/crawl-ref/source/sprint.cc
index 6d0be93eb8..294241111f 100644
--- a/crawl-ref/source/sprint.cc
+++ b/crawl-ref/source/sprint.cc
@@ -10,7 +10,7 @@
void sprint_give_items()
{
- newgame_give_item(OBJ_POTIONS, POT_HEALING);
+ newgame_give_item(OBJ_POTIONS, POT_CURING);
newgame_give_item(OBJ_POTIONS, POT_HEAL_WOUNDS);
newgame_give_item(OBJ_POTIONS, POT_SPEED);
newgame_give_item(OBJ_POTIONS, POT_MAGIC, 2);