From 741f8c8b7d743e73ae3cb6e01e98c48ebd310275 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Wed, 9 Jun 2021 18:03:40 +0200 Subject: Add read damage overlay --- plugins/monster/monster.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/monster/monster.c') 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) { -- cgit v1.2.3