Home | History | Annotate | Download | only in hack

Lines Matching defs:tin

119 	struct obj     *tin;
121 } tin;
128 if (!carried(tin.tin)) /* perhaps it was stolen? */
130 if (tin.usedtime++ >= 50) {
131 pline("You give up your attempt to open the tin.");
134 if (tin.usedtime < tin.reqtime)
137 pline("You succeed in opening the tin.");
138 useup(tin.tin);
197 if (otmp->otyp == TIN) {
214 pline("Using your %s you try to open the tin.",
218 pline("It is not so easy to open this tin.");
220 pline("The tin slips out of your hands.");
233 tin.reqtime = tmp;
234 tin.usedtime = 0;
235 tin.tin = otmp;
237 occtxt = "opening the tin";