git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@889 c06c8d41-db1a-0410-9941-cceddc491573
5O7S2U2B5R7HYML3D66557BC56RG6XH66PFYP6NDJZMXOABMEUKQC
5UVDIVD4NSXA52U4QMQIVST3GSZJ2A2YZK3RUEXKPM43YVQ7LI5AC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
mpr("You pass through the gate, and find yourself at the top of a staircase.");
mpr("You pass through the gate.");
player_branch_depth() == 1 )
player_branch_depth() == 1 && you.level_type == LEVEL_DUNGEON )
player_branch_depth() == 1 &&
you.level_type == LEVEL_DUNGEON )
if ( player_branch_depth() == branches[(int)you.where_are_you].depth )
if ( player_branch_depth() == branches[(int)you.where_are_you].depth && you.level_type == LEVEL_DUNGEON)
if ( player_branch_depth() == branches[(int)you.where_are_you].depth &&
you.level_type == LEVEL_DUNGEON)
if (!level_type == LEVEL_DUNGEON)
if (level_type != LEVEL_DUNGEON)