From d98cf9e97a61b175649fa9fe656cb8ec2874686c Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Sat, 10 Jan 2015 21:08:22 +0100 Subject: added esuna for now on, the cast only cures poison Signed-off-by: Olivier Gayot --- priv_entries.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'priv_entries.h') 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, + }, }, }; -- cgit v1.2.3