Move lit dynamite to the actor layer so it destroys itself again
This commit is contained in:
parent
0ba112aec5
commit
b5b7ccbc46
@ -2216,7 +2216,7 @@ const TILE_TYPES = {
|
||||
},
|
||||
},
|
||||
dynamite_lit: {
|
||||
layer: LAYERS.item,
|
||||
layer: LAYERS.actor,
|
||||
is_actor: true,
|
||||
is_monster: true,
|
||||
collision_mask: COLLISION.dropped_item,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user