HomeSort by: relevance | last modified time | path
    Searched defs:potion (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hack/
hack.potion.c 1 /* $NetBSD: hack.potion.c,v 1.9 2011/05/23 22:53:25 joerg Exp $ */
66 __RCSID("$NetBSD: hack.potion.c,v 1.9 2011/05/23 22:53:25 joerg Exp $");
184 losehp(rnd(10), "contaminated potion");
248 impossible("What a funny potion! (%u)", otmp->otyp);
309 losehp(rnd(2), "thrown potion");
432 struct obj *potion, *obj; local in function:dodip
436 if (!(potion = getobj("!", "dip into")))
441 if (potion->otyp == POT_SICKNESS) {
442 useup(potion);
hack.potion.c 1 /* $NetBSD: hack.potion.c,v 1.9 2011/05/23 22:53:25 joerg Exp $ */
66 __RCSID("$NetBSD: hack.potion.c,v 1.9 2011/05/23 22:53:25 joerg Exp $");
184 losehp(rnd(10), "contaminated potion");
248 impossible("What a funny potion! (%u)", otmp->otyp);
309 losehp(rnd(2), "thrown potion");
432 struct obj *potion, *obj; local in function:dodip
436 if (!(potion = getobj("!", "dip into")))
441 if (potion->otyp == POT_SICKNESS) {
442 useup(potion);

Completed in 21 milliseconds