From 5c3d750a943ecd9d1e81fe5f7e01cd69d07c8cae Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Fri, 9 Jan 2015 23:23:53 +0100 Subject: change the type of target of "Choc" Choc only damages one target. Signed-off-by: Olivier Gayot --- priv_entries.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/priv_entries.h b/priv_entries.h index dd6ff69..5d9913b 100644 --- a/priv_entries.h +++ b/priv_entries.h @@ -129,7 +129,7 @@ struct entry_t black_magic_entries[] = { .action = { .f = cast_element, .data = (enum element_t []) { ELEMENT_NONE }, - .target = TARGET_SINGLE | TARGET_TEAM, + .target = TARGET_SINGLE, }, }, }; -- cgit v1.2.3