diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-01-10 21:08:22 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-01-10 21:08:22 +0100 |
commit | d98cf9e97a61b175649fa9fe656cb8ec2874686c (patch) | |
tree | e0562dd314123c713ae8127964529960e31b8bcc /priv_entries.h | |
parent | 4a0235f95dac85068cf3654ef95832608b3cdc49 (diff) |
added esuna
for now on, the cast only cures poison
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'priv_entries.h')
-rw-r--r-- | priv_entries.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/priv_entries.h b/priv_entries.h index 6c3c798..db76406 100644 --- a/priv_entries.h +++ b/priv_entries.h @@ -22,7 +22,15 @@ struct entry_t white_magic_entries[] = { .f = cast_cure, .data = NULL, .target = TARGET_SINGLE | TARGET_TEAM, - } + }, + }, { + .name = "Esuna", + .children_cnt = 0, + .action = { + .f = esuna, + .data = NULL, + .target = TARGET_SINGLE, + }, }, }; |