Home
last modified time | relevance | path

Searched refs:DF3_EXP_20 (Results 1 – 5 of 5) sorted by relevance

/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Ddefines.h5942 #define DF3_EXP_20 0x00000040L /* Add +20% bonus to experience gains while inside this dungeon */ macro
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dxtra1.c7614 DF3_NO_SIMPLE_STORES | DF3_NO_DUNGEON_BONUS | DF3_EXP_20, FALSE, 0, 0, 0, 0);
7619 DF3_NO_SIMPLE_STORES | DF3_NO_DUNGEON_BONUS | DF3_EXP_20, FALSE, 0, 0, 0, 0);
H A Dslash.c8755 d_ptr->flags3 |= DF3_NO_DUNGEON_BONUS | DF3_EXP_20;
H A Dgenerate.c11961 d_ptr->flags3 |= DF3_NO_DUNGEON_BONUS | DF3_EXP_20 | DF3_LUCK_PROG_IDDC;
H A Dxtra2.c8533 if (dt_ptr2->flags3 & DF3_EXP_20) factor += 20;