bug 8009 (dropping gold on altar)
This fixes beta bug 8009 (dropping gold on altar)
This commit is contained in:
@@ -218,11 +218,7 @@ void
|
|||||||
doaltarobj(obj) /* obj is an object dropped on an altar */
|
doaltarobj(obj) /* obj is an object dropped on an altar */
|
||||||
register struct obj *obj;
|
register struct obj *obj;
|
||||||
{
|
{
|
||||||
#ifndef GOLDOBJ
|
|
||||||
if (Blind)
|
|
||||||
#else
|
|
||||||
if (Blind || obj->oclass == GOLD_CLASS)
|
if (Blind || obj->oclass == GOLD_CLASS)
|
||||||
#endif
|
|
||||||
return;
|
return;
|
||||||
|
|
||||||
/* KMH, conduct */
|
/* KMH, conduct */
|
||||||
|
|||||||
Reference in New Issue
Block a user