Fix dynamite leaving fire under actors beneath canopies (fixes #27)

This commit is contained in:
Eevee (Evelyn Woods) 2021-01-16 20:56:16 -07:00
parent 6a2d6d608d
commit 32a5bc31bb

View File

@ -2346,6 +2346,8 @@ const TILE_TYPES = {
if (tile.type.name === 'canopy') {
// Canopy protects everything else
actor = null;
terrain = null;
break;
}
}