B20007 age of potion of oil from bones
First From a bug report.4.1 beta 20.
This commit is contained in:
@@ -1015,10 +1015,7 @@ struct obj *obj;
|
||||
{
|
||||
xchar x, y;
|
||||
|
||||
if (!obj->lamplit && (obj->otyp == CANDELABRUM_OF_INVOCATION ||
|
||||
obj->otyp == WAX_CANDLE || obj->otyp == TALLOW_CANDLE ||
|
||||
obj->otyp == OIL_LAMP || obj->otyp == MAGIC_LAMP ||
|
||||
obj->otyp == BRASS_LANTERN || obj->otyp == POT_OIL)) {
|
||||
if (!obj->lamplit && (obj->otyp == MAGIC_LAMP || ignitable(obj))) {
|
||||
if ((obj->otyp == MAGIC_LAMP ||
|
||||
obj->otyp == CANDELABRUM_OF_INVOCATION) &&
|
||||
obj->spe == 0)
|
||||
|
||||
Reference in New Issue
Block a user