diff options
Diffstat (limited to 'plugins/monster')
-rw-r--r-- | plugins/monster/monster.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/monster/monster.c b/plugins/monster/monster.c index 6cb14ff..7124c76 100644 --- a/plugins/monster/monster.c +++ b/plugins/monster/monster.c @@ -63,6 +63,7 @@ __attribute__((constructor)) static void init() .on_spawn = &monster_spawn, .on_remove = NULL, .on_death = &monster_death, + .on_damage = NULL, }; register_air_function((struct generator_function) { |