Fire sources can ignite candles, lamps, and potions of oil
... on the floor, in monster inventory, and in hero's inventory. Items in your inventory being ignited produce a message even if you're blind - you can see the lit-state by viewing inventory anyway, so just give player the message. (via xNetHack)
This commit is contained in:
@@ -1192,6 +1192,8 @@ int dieroll; /* needed for Magicbane and vorpal blades */
|
||||
(void) destroy_mitem(mdef, SCROLL_CLASS, AD_FIRE);
|
||||
if (!rn2(7))
|
||||
(void) destroy_mitem(mdef, SPBOOK_CLASS, AD_FIRE);
|
||||
if (!rn2(4))
|
||||
ignite_items(mdef->minvent);
|
||||
if (youdefend && Slimed)
|
||||
burn_away_slime();
|
||||
return realizes_damage;
|
||||
|
||||
Reference in New Issue
Block a user