Fixed nocreate.

This commit is contained in:
Bart House
2018-11-22 21:55:03 -08:00
parent f0f0dea993
commit f8ab311e3d
3 changed files with 16 additions and 13 deletions

View File

@@ -452,6 +452,10 @@ struct instance_context {
int spec_dbon_applies; /* coordinate effects from spec_dbon() with
* messages in artifact_hit() - artifact.c */
int mrank_sz; /* loaded by max_rank_sz - botl.c */
short nocreate; /* ini_inv() - u_init.c = STRANGE_OBJECT */
short nocreate2; /* ini_inv() - u_init.c = STRANGE_OBJECT */
short nocreate3; /* ini_inv() - u_init.c = STRANGE_OBJECT */
short nocreate4; /* ini_inv() - u_init.c = STRANGE_OBJECT */
};
E struct instance_context icontext;