bug 8009 (dropping gold on altar)

This fixes beta bug 8009 (dropping gold on altar)
This commit is contained in:
arromdee
2002-03-02 16:06:12 +00:00
parent 442cfb2494
commit 8651a77b43

View File

@@ -218,11 +218,7 @@ void
doaltarobj(obj) /* obj is an object dropped on an altar */
register struct obj *obj;
{
#ifndef GOLDOBJ
if (Blind)
#else
if (Blind || obj->oclass == GOLD_CLASS)
#endif
return;
/* KMH, conduct */