Move lit dynamite to the actor layer so it destroys itself again

This commit is contained in:
Eevee (Evelyn Woods) 2021-01-05 21:04:20 -07:00
parent 0ba112aec5
commit b5b7ccbc46

View File

@ -2216,7 +2216,7 @@ const TILE_TYPES = {
}, },
}, },
dynamite_lit: { dynamite_lit: {
layer: LAYERS.item, layer: LAYERS.actor,
is_actor: true, is_actor: true,
is_monster: true, is_monster: true,
collision_mask: COLLISION.dropped_item, collision_mask: COLLISION.dropped_item,