ndouglas / downdelving-old

An experimental roguelike written in Rust.
The Unlicense
1 stars 0 forks source link

Implement displacing creatures that are blocking but not combative. #38

Open ndouglas opened 5 years ago

ndouglas commented 5 years ago

Story

This should work for most things (like chickens) but not all (shopkeepers, down the road). Perhaps there's a will_budge property or something.

Acceptance Criteria