From 0e18d1e43e5c9f0f17c051678390338d1dc711d3 Mon Sep 17 00:00:00 2001 From: vampirefrog Date: Tue, 8 Sep 2026 23:34:14 +0300 Subject: [PATCH] Add healer field to monsterinfo structure --- src/savegame/tables/entfields.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/savegame/tables/entfields.h b/src/savegame/tables/entfields.h index a0ce945..b7c1533 100644 --- a/src/savegame/tables/entfields.h +++ b/src/savegame/tables/entfields.h @@ -80,6 +80,7 @@ {"badMedic2", FOFS(monsterinfo.badMedic2), F_EDICT}, {"last_player_enemy", FOFS(monsterinfo.last_player_enemy), F_EDICT}, {"commander", FOFS(monsterinfo.commander), F_EDICT}, +{"healer", FOFS(monsterinfo.healer), F_EDICT}, {"blocked", FOFS(monsterinfo.blocked), F_FUNCTION, FFL_NOSPAWN}, {"duck", FOFS(monsterinfo.duck), F_FUNCTION, FFL_NOSPAWN}, {"unduck", FOFS(monsterinfo.unduck), F_FUNCTION, FFL_NOSPAWN},