summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc15
1 files changed, 8 insertions, 7 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 088d71361d..e4922298df 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -6009,13 +6009,14 @@ void player::init()
spell_no = 0;
- your_level = 0;
- level_type = LEVEL_DUNGEON;
- entry_cause = EC_SELF_EXPLICIT;
- entry_cause_god = GOD_NO_GOD;
- where_are_you = BRANCH_MAIN_DUNGEON;
- char_direction = GDT_DESCENDING;
- opened_zot = false;
+ your_level = 0;
+ level_type = LEVEL_DUNGEON;
+ entry_cause = EC_SELF_EXPLICIT;
+ entry_cause_god = GOD_NO_GOD;
+ where_are_you = BRANCH_MAIN_DUNGEON;
+ char_direction = GDT_DESCENDING;
+ opened_zot = false;
+ royal_jelly_dead = false;
prev_targ = MHITNOT;
pet_target = MHITNOT;