summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-setup.cc
diff options
context:
space:
mode:
authorreaver <address.auto@gmail.com>2014-03-10 21:25:26 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-03-10 23:52:54 -0400
commit29e27d4c4692d43a1312f70c09a068cbe15eeee5 (patch)
tree595e28f00011cf3170c00e85c902127a9d067e05 /crawl-ref/source/ng-setup.cc
parent4b56c9bb8ad6e11303be8ec33d6050c7090157a9 (diff)
downloadcrawl-ref-29e27d4c4692d43a1312f70c09a068cbe15eeee5.tar.gz
crawl-ref-29e27d4c4692d43a1312f70c09a068cbe15eeee5.zip
Potion of speed => Potion of haste
Changes everything, including vaults, the enum (now POT_HASTE) and the .txt files in /dat/descript (things like hints.txt and foreign language description files).
Diffstat (limited to 'crawl-ref/source/ng-setup.cc')
-rw-r--r--crawl-ref/source/ng-setup.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ng-setup.cc b/crawl-ref/source/ng-setup.cc
index bba7c2b4e4..00eb560d09 100644
--- a/crawl-ref/source/ng-setup.cc
+++ b/crawl-ref/source/ng-setup.cc
@@ -205,7 +205,7 @@ static void _give_bonus_items()
{
_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_HASTE);
_newgame_give_item(OBJ_POTIONS, POT_MAGIC, 2);
_newgame_give_item(OBJ_POTIONS, POT_BERSERK_RAGE);
_newgame_give_item(OBJ_SCROLLS, SCR_BLINKING);