mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-12 02:10:34 +00:00
ambush:: nicer guard_attack message
This commit is contained in:
parent
1f6bee5701
commit
669814efce
@ -906,7 +906,7 @@ EX void ambush(cell *c, int dogs) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
EX void guard_attack() {
|
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;
|
for(cell *c: dcal) if(c->monst == moHunterGuard) c->monst = moHunterDog;
|
||||||
ambush(cwt.at, 7);
|
ambush(cwt.at, 7);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user