HomeSort by: relevance | last modified time | path
    Searched refs:Punished (Results 1 - 8 of 8) sorted by relevancy

  /src/games/hack/
hack.do.c 218 if (Punished)
259 if (Punished && !Levitation) {
266 if (inv_weight() + 5 > 0 || Punished) {
269 if (Punished) {
290 if (Punished) {
403 (!Punished || obj != uball) ? 8 : !u.ustuck ? 5 : 1,
442 if (!Punished || obj != uball)
496 if (Punished && obj == uball &&
hack.read.c 202 if (Punished && !confused) {
203 Punished = 0;
507 pline("You are being punished for your misbehaviour!");
508 if (Punished) {
513 Punished = INTRINSIC;
hack.steal.c 216 if (Punished && otmp == uball) {
217 Punished = 0;
hack.h 150 #define PUNISHED (LAST_RING+5) /* not a ring */
151 #define Punished u.uprops[PUNISHED].p_flgs
227 extern struct obj *uball; /* defined if PUNISHED */
228 extern struct obj *uchain; /* defined iff PUNISHED */
hack.trap.c 393 if (Punished)
401 if (Punished)
hack.save.c 208 if (Punished) {
hack.c 301 if (Punished &&
440 if (!Punished || obj != uchain)
454 if (Punished && obj == uchain)
hack.apply.c 192 (Punished && (obj == uball || obj == uchain))) {

Completed in 31 milliseconds