summaryrefslogtreecommitdiff
path: root/src/lua_bind.hpp
Commit message (Collapse)AuthorAge
* Consolide the two spell_type headersBardur Arantsson2015-02-23
|
* Change spell_chance_device parameter to use spell_type pointerBardur Arantsson2015-02-23
| | | | There's no need to go through the extra indirection of the spell list.
* Split spell_chance into device and book variantsBardur Arantsson2015-02-23
The code calling spell_chance() always actually knows which kind of spell its looking at, so we might as well exploit that.