Home
last modified time | relevance | path

Searched refs:season_halloween (Results 1 – 15 of 15) sorted by relevance

/dports/games/tomenet/tomenet-4.6.0/lib/scpt/
H A Dcustom.lua93 if (season_halloween == 0 and season_xmas == 0) then
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dvariable.c921 int season_halloween = 0; variable
H A Dmonster2.c681 if (season_halloween && in wipe_m_list()
704 if (season_halloween && in wipe_m_list_admin()
729 if (season_halloween && in wipe_m_list_special()
776 if (season_halloween && in thin_surface_spawns()
803 if (season_halloween && /* hardcoded -_- */ in geno_towns()
3999 if (season_halloween && great_pumpkin_timer == 0 && wpos->wz != 0 &&
H A Dutil.pre357 extern int season_halloween;
H A Dmelee1.c810 if (season_halloween)
1033 if (season_halloween)
H A Dcave.c542 if (!season_halloween) return; in check_Pumpkin()
618 if (season_halloween) check_Pumpkin(); in check_Morgoth()
7231 bool mood = (wpos->wz == 0 && (season_halloween || season_newyearseve));
7311 bool mood = (wpos->wz == 0 && (season_halloween || season_newyearseve));
H A Ddungeon.c1960 …(!season_halloween && (istown(&p_ptr->wpos) && (rand_int(TOWNIE_RESPAWN_CHANCE * ((3 / NumPlayers)…
1961 (season_halloween && (istown(&p_ptr->wpos) && (rand_int((in_bree(&p_ptr->wpos) ?
1965 (!season_halloween && istown(&p_ptr->wpos) && (rand_int(TOWNIE_RESPAWN_CHANCE) == 0)) ||
1966 (season_halloween && istown(&p_ptr->wpos) &&
H A Dcmd3.c822 if (!season_halloween && !season_xmas) {
H A Dinit1.c1471 if (!season_halloween) { in invalid_server_conditions()
4182 if (season_halloween) { in grab_one_spell_flag()
H A Dmelee2.c1318 if (season_halloween) {
2555 if (season_halloween) {
H A Dexterns.h2300 extern int season_halloween;
H A Dspells1.c4353 … if ((!(wpos->wz == 0 && (season_halloween || season_newyearseve))) || (c_ptr->info & CAVE_ICKY)) {
H A Dslash.c8289 …, "season_halloween: %d, season_xmas: %d, season_newyearseve: %d.", season_halloween, season_xmas,…
H A Dxtra2.c4761 if (season_halloween) {
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Ddefines.h1489 #define IS_NIGHT (IS_NIGHT_RAW || season_halloween || fireworks)