Home | History | Annotate | Download | only in adventure

Lines Matching refs:bear

461 	if (!toting(bear))
466 drop(bear, newloc);
467 fixed[bear] = -1;
468 prop[bear] = 3;
580 if (obj == bear && prop[bear] == 1)
582 if (obj == chain && prop[bear] != 0)
673 if (obj == bear && at(troll)) { /* 9026 */
746 if (prop[bear] == 0)
754 if (prop[bear] != 3)
755 prop[bear] = 2;
756 fixed[bear] = 2 - prop[bear];
793 if (here(bear) && prop[bear] == 0)
794 obj = obj * 100 + bear;
830 if (obj == bear)
831 spk = 165 + (prop[bear] + 1) / 2;
875 if (obj == food && here(bear)) {
876 obj = bear; /* 9177 */
906 if (here(bear) && prop[bear] == 0) {
911 juggle(bear);
947 if (obj == bear) {
948 if (prop[bear] == 0)
950 if (prop[bear] == 3)
955 prop[bear] = 1;
1016 if (prop[bear] != 3)
1017 destroy(bear);