diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-06-09 18:03:40 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-06-09 18:03:40 +0200 |
commit | 741f8c8b7d743e73ae3cb6e01e98c48ebd310275 (patch) | |
tree | 0ae6a819224effec48aa52ddbb1de283fcadea2e /plugins/apple | |
parent | 3d56e56785783edec4daceb0407458c363de7663 (diff) | |
download | dungeon_game-741f8c8b7d743e73ae3cb6e01e98c48ebd310275.tar.xz |
Add read damage overlay
Diffstat (limited to 'plugins/apple')
-rw-r--r-- | plugins/apple/apple.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/apple/apple.c b/plugins/apple/apple.c index dd8a559..d8e7375 100644 --- a/plugins/apple/apple.c +++ b/plugins/apple/apple.c @@ -38,6 +38,7 @@ __attribute__((constructor)) static void init() .on_spawn = NULL, .on_remove = NULL, .on_death = NULL, + .on_damage = NULL, }; register_air_function((struct generator_function) { |