summaryrefslogtreecommitdiff
path: root/src/lua_bind.hpp
blob: 3ac8e2bc7a32c97590200a24a81fa40c60431ea5 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include "h-basic.h"

/** Calculate spell failure rate for a device, i.e. a wand or staff. */
extern s32b spell_chance_device(s32b s);

/** Calculate spell failure rate for a spell book. */
extern s32b spell_chance_book(s32b s);