Home
last modified time | relevance | path

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

/dports/games/mangband/mangband-1.5.3/src/server/
H A Dvariable.c189 bool cfg_random_artifacts = 0; /* No randarts by default */ variable
H A Dinit2.c2175 cfg_random_artifacts = str_to_boolean(value); in set_server_option()
H A Dexterns.h178 extern bool cfg_random_artifacts;
H A Dspells2.c2691 if (!cfg_random_artifacts) return FALSE; in create_artifact_aux()
H A Dobject2.c2271 if (cfg_random_artifacts && !randint0(RANDART_RARITY)) in make_artifact()