more bot() tinkering

This commit is contained in:
nhmall
2023-11-17 09:47:39 -05:00
parent a46c71f4c5
commit 0a13d759a3
7 changed files with 13 additions and 4 deletions

View File

@@ -201,6 +201,9 @@ struct instance_globals_b {
/* zap.c */
struct monst *buzzer; /* zapper/caster/breather who initiates buzz() */
/* new */
boolean bot_disabled;
boolean havestate;
unsigned long magic; /* validate that structure layout is preserved */
};