CleverRaven / CleverRaven/Cataclysm-DDA
Make some monsters steal food and possibly other items. [$40]
- Dominant language
- C++
- Stars
- 13.1k
- Forks
- 4.6k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 185
Description
Need several pieces of infrastructure for this:
Monster flag for STEAL_FOOD.
Adjustment to monster::plan() to make monsters with this flag consider food a target.
Probably a new monster function take_item() for the monster to use on it's target once it acquires it, which will probably flip the monster plan to either being neutral or running away.
Code in monster::die() to dump contents of inventory when monster is killed.
Similar flag/code for STEAL_SHINY, possibly others.
##
There is a **[$25 open bounty](https://www.bountysource.com/issues/1366738-make-some-monsters-steal-food-and-possibly-other-items-25?utm_campaign=plugin&utm_content=tracker%2F146201&utm_medium=issues&utm_source=github)** on this issue. Add to the bounty at [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F146201&utm_medium=issues&utm_source=github).
Contributor guide
Assessment
This issue has not been assessed yet.