diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-01-09 23:23:53 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-01-09 23:23:53 +0100 |
commit | 5c3d750a943ecd9d1e81fe5f7e01cd69d07c8cae (patch) | |
tree | 0c004c20c922d8f8f94e0cfff100c89e65bb66fa /priv_entries.h | |
parent | 49487bec9d55a5b27c9011f09006639b81c9b03e (diff) |
change the type of target of "Choc"
Choc only damages one target.
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'priv_entries.h')
-rw-r--r-- | priv_entries.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, }, }, }; |