From 095e3d39ce50db92396d474b736d434fd827db0d Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 9 Feb 2020 15:24:36 +0100 Subject: [PATCH] Bug 2637: Monster sollen sich nicht parteitarnen. --- src/monsters.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/monsters.c b/src/monsters.c index 08b65ce3a..cd6efc558 100644 --- a/src/monsters.c +++ b/src/monsters.c @@ -44,6 +44,7 @@ /* attributes includes */ #include +#include #include #include @@ -772,6 +773,7 @@ void plan_monsters(faction * f) if (fval(u, UFL_ANON_FACTION)) { u->flags &= ~UFL_ANON_FACTION; } + a_removeall(&u->attribs, &at_otherfaction); if (rc->splitsize < 10) { /* hermit-type monsters eat each other */