Skip to content

Commit

Permalink
Move "Collapse the Wave Function" message
Browse files Browse the repository at this point in the history
Make the achievement message appear after the message about the cat.
  • Loading branch information
entrez committed Nov 9, 2024
1 parent a43d4e7 commit 61106eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pickup.c
Original file line number Diff line number Diff line change
Expand Up @@ -2831,8 +2831,6 @@ boolean makecat, givemsg;
xchar ox, oy;
boolean itsalive = !rn2(2);

tnnt_achieve(A_OPENED_SCHROEDINGERS);

box->spe = 0; /* box->owt will be updated below */
if (get_obj_location(box, &ox, &oy, 0))
box->ox = ox, box->oy = oy; /* in case it's being carried */
Expand Down Expand Up @@ -2881,6 +2879,9 @@ boolean makecat, givemsg;
pline_The("%s inside the box is dead!",
Hallucination ? rndmonnam((char *) 0) : "housecat");
}

tnnt_achieve(A_OPENED_SCHROEDINGERS);

nhUse(deadcat);
return;
}
Expand Down

0 comments on commit 61106eb

Please sign in to comment.