--- deliantra/server/common/treasure.C 2008/09/29 10:32:50 1.82 +++ deliantra/server/common/treasure.C 2008/10/05 14:16:13 1.83 @@ -1631,8 +1631,10 @@ /* if donor has some attacktypes, the flesh is poisonous */ if (donor->attacktype & AT_POISON) item->type = POISON; + if (donor->attacktype & AT_ACID) item->stats.hp = -1 * item->stats.food; + SET_FLAG (item, FLAG_NO_STEAL); } }