acid vs iron bars (trunk only)

Make yellow dragon breath destroy iron bars (unless their wall_info
is marked as non-diggable, which I think is currently impossible for bars).
The shop handling is untested; no shop has iron bars for its walls or
includes them as interior obstacles.  (The latter would require changes
to shop repair because lost bars will become solid wall if/when rebuilt.)

     Thrown potions of acid and spat or thrown splashes of acid venom
don't affect bars--at least so far--because those always pass through
without hitting.  Monsters who have a non-ranged attack which does acidic
damage can't use such attacks against iron bars.
This commit is contained in:
nethack.rankin
2007-01-28 04:39:14 +00:00
parent 4f77e8b156
commit e7cb81fe7b
2 changed files with 60 additions and 24 deletions

View File

@@ -278,6 +278,7 @@ javelins and spears now share the same weapon skill
all stackable weapons are capable of being thrown/shot for multi-shot volleys
worm teeth and crysknives have become stackable
improved container interface
acid can destroy iron bars
Platform- and/or Interface-Specific New Features