hangups with temp gold in inventory
- Implement Michael's suggestion of marking temp gold put in inventory so it can be cleaned up during restore.
This commit is contained in:
@@ -480,6 +480,7 @@ struct obj *obj;
|
||||
if (obj->oclass == GOLD_CLASS) {
|
||||
#ifndef GOLDOBJ
|
||||
u.ugold -= obj->quan;
|
||||
obj->in_use = FALSE;
|
||||
#endif
|
||||
flags.botl = 1;
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user