#286 (comment)
shmutalov:
Will bomb explosion push neighbor bombs?
ozkriff:
yep, it's really strange that pushbacks don't interact with other bombs. Atm, they only push objects with agent component.
Though I don't want to push boulders around so easily, so I need to introduce something like weight component and only push "light" objects. I'll create another issue for that.
Weight table:
- normal objects (examples: normal agents, bombs)
- heavy objects (examples: heavy agents, boulders)
- totally immovable objects
Obviously, push effect should get similar "strength" parameter.
#286 (comment)
shmutalov:
ozkriff:
Weight table:
Obviously, push effect should get similar "strength" parameter.