summaryrefslogtreecommitdiff
path: root/src/monster_type.hpp
Commit message (Collapse)AuthorAge
* Give monster_blow default valuesBardur Arantsson2016-06-20
|
* Refactor race_info_idx() to avoid "invisible" static pointersBardur Arantsson2015-12-11
|
* Refactor cave_type and monster_type to use non-intrusive listsBardur Arantsson2015-08-01
| | | | | We use vectors of object indexes instead of embedding the list within object_type itself.
* Split types.h into separate header for each typeBardur Arantsson2015-06-07