summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/sprint.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2011-10-22 20:25:56 +0100
committerChris Campbell <chriscampbell89@gmail.com>2011-10-22 20:25:56 +0100
commit2deb586e0657837d4fbd202241cd6b78050964b8 (patch)
treeff547c84fc417cafefd75b47cb1e5133cac5a105 /crawl-ref/source/sprint.cc
parent56306217786fa3b55214dfc061c11fe23452be61 (diff)
downloadcrawl-ref-2deb586e0657837d4fbd202241cd6b78050964b8.tar.gz
crawl-ref-2deb586e0657837d4fbd202241cd6b78050964b8.zip
Give the Sprint starting kit to Zotdef games, too
Diffstat (limited to 'crawl-ref/source/sprint.cc')
-rw-r--r--crawl-ref/source/sprint.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/crawl-ref/source/sprint.cc b/crawl-ref/source/sprint.cc
index 294241111f..6557db1638 100644
--- a/crawl-ref/source/sprint.cc
+++ b/crawl-ref/source/sprint.cc
@@ -8,16 +8,6 @@
#include "player.h"
#include "random.h"
-void sprint_give_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_MAGIC, 2);
- newgame_give_item(OBJ_POTIONS, POT_BERSERK_RAGE);
- newgame_give_item(OBJ_SCROLLS, SCR_BLINKING);
-}
-
int sprint_modify_exp(int exp)
{
return exp * 9;