fixed bug with dragon fire destroying indestructible steel letter walls
authorHolger Schemel <info@artsoft.org>
Mon, 17 Sep 2018 17:51:54 +0000 (19:51 +0200)
committerHolger Schemel <info@artsoft.org>
Mon, 17 Sep 2018 17:51:54 +0000 (19:51 +0200)
commit62b17f905b02a37a044d8aa85ca1afaf95ff360b
treee8071e8a0946371a6f65cad191e81616bfab2868
parent11a609891864a7d293e34d5d623ab497620118a2
fixed bug with dragon fire destroying indestructible steel letter walls

Before this change, steel letter walls could be destroyed by dragon
fire, although they are set to be indestructible. This change makes
sure that indestructible elements cannot be destroyed by dragon fire
(with the exception of the "acid" element, which is to be discussed,
but would break level 014 of "rnd_paul_e_collins_iii" if changed).

As far as this was tested agains existing solution tapes, this change
does not seem to break any existing levels or tapes.
src/init.c