Home
last modified time | relevance | path

Searched refs:HERB_GROWTH_LIMIT (Results 1 – 3 of 3) sorted by relevance

/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dhack.c39 #define HERB_GROWTH_LIMIT 3 /* to limit excessive farming */ macro
81 ((count_herbs_at(x,y, watery)) < HERB_GROWTH_LIMIT));
87 (count_herbs_at(x,y, watery) < HERB_GROWTH_LIMIT));
126 if (otmp->quan <= rn2(HERB_GROWTH_LIMIT)) {
143 if (otmp->quan <= rn2(HERB_GROWTH_LIMIT)) {
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dhack.c42 #define HERB_GROWTH_LIMIT 3 /* to limit excessive farming */ macro
84 ((count_herbs_at(x,y, watery)) < HERB_GROWTH_LIMIT));
90 (count_herbs_at(x,y, watery) < HERB_GROWTH_LIMIT));
129 if (otmp->quan <= rn2(HERB_GROWTH_LIMIT)) {
146 if (otmp->quan <= rn2(HERB_GROWTH_LIMIT)) {
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dhack.c40 #define HERB_GROWTH_LIMIT 3 /* to limit excessive farming */ macro
82 ((count_herbs_at(x,y, watery)) < HERB_GROWTH_LIMIT));
88 (count_herbs_at(x,y, watery) < HERB_GROWTH_LIMIT));
125 if (otmp->quan <= rn2(HERB_GROWTH_LIMIT)) {
141 if (otmp->quan <= rn2(HERB_GROWTH_LIMIT)) {