diff --git a/complex2.cpp b/complex2.cpp index 94507f5f..6381bc42 100644 --- a/complex2.cpp +++ b/complex2.cpp @@ -906,7 +906,7 @@ EX void ambush(cell *c, int dogs) { } EX void guard_attack() { - addMessage(XLAT("%The1 alarms other dogs as it dies!", moHunterGuard)); + addMessage(XLAT("%The1 alarms other dogs as it dies!", moHunterDog)); for(cell *c: dcal) if(c->monst == moHunterGuard) c->monst = moHunterDog; ambush(cwt.at, 7); }