summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2015-01-09 23:23:53 +0100
committerOlivier Gayot <duskcoder@gmail.com>2015-01-09 23:23:53 +0100
commit5c3d750a943ecd9d1e81fe5f7e01cd69d07c8cae (patch)
tree0c004c20c922d8f8f94e0cfff100c89e65bb66fa
parent49487bec9d55a5b27c9011f09006639b81c9b03e (diff)
change the type of target of "Choc"
Choc only damages one target. Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
-rw-r--r--priv_entries.h2
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,
},
},
};