summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 244e4720cc..f24ab8173b 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -829,12 +829,13 @@ static void give_starting_food()
if ( you.species == SP_SPRIGGAN )
{
item.base_type = OBJ_POTIONS;
- item.sub_type = POT_PORRIDGE;
+ item.sub_type = POT_PORRIDGE;
}
else if (you.species == SP_VAMPIRE)
{
item.base_type = OBJ_POTIONS;
- item.sub_type = POT_BLOOD;
+ item.sub_type = POT_BLOOD;
+ item.special = 1200;
}
else
{