From 41ba62618ad7874973482142490fc06539f8485b Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 2 May 2026 10:45:29 -0400 Subject: [PATCH] placeholder in you --- include/you.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/you.h b/include/you.h index aaddf2111..d788046bf 100644 --- a/include/you.h +++ b/include/you.h @@ -504,6 +504,7 @@ struct you { short mcham; /* vampire mndx if shapeshifted to bat/cloud */ short umovement; /* instead of youmonst.movement */ schar uachieved[N_ACH]; /* list of achievements in the order attained */ + struct monst *umonst; /* for future conversion of &gy.youmonst to u.umonst */ }; /* end of `struct you' */