Make GOLDOBJ unconditional.
This commit is contained in:
@@ -1985,13 +1985,8 @@ eatspecial() /* called after eating non-food */
|
||||
context.victual.o_id = 0;
|
||||
context.victual.eating = 0;
|
||||
if (otmp->oclass == COIN_CLASS) {
|
||||
#ifdef GOLDOBJ
|
||||
if (carried(otmp))
|
||||
useupall(otmp);
|
||||
#else
|
||||
if (otmp->where == OBJ_FREE)
|
||||
dealloc_obj(otmp);
|
||||
#endif
|
||||
else
|
||||
useupf(otmp, otmp->quan);
|
||||
vault_gd_watching(GD_EATGOLD);
|
||||
|
||||
Reference in New Issue
Block a user