Searched refs:plant (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/games/adventure/
H A Dmain.c97 magzin, dwarf, knife, food, bottle, water, oil, plant, plant2, variable
294 || (!weq(wd2, "plant") && !weq(wd2, "door")))
570 if (!(at(plant) || at(door)))
582 pspeak(plant, prop[plant] + 1);
583 prop[plant] = (prop[plant] + 2) % 6;
584 prop[plant2] = prop[plant] / 2;
717 if (obj != plant || !at(plant2) || prop[plant2] == 0)
H A Dhdr.h144 magzin, dwarf, knife, food, bottle, water, oil, plant, plant2,
H A Dinit.c132 plant = vocab(DECR(p,l,a,n,t), 1, 0);
133 plant2= plant + 1;
H A Dsubr.c558 if (obj == plant && prop[plant] <= 0)
1015 prop[plant] = put(plant, 115, 0);

Completed in 122 milliseconds