Merge branch 'newsym_worm' of https://github.com/entrez/NetHack into NetHack-3.7
This commit is contained in:
@@ -1203,6 +1203,8 @@ tamedog(struct monst *mtmp, struct obj *obj, boolean givemsg)
|
||||
Hallucination ? "approachable" : "friendly");
|
||||
|
||||
newsym(mtmp->mx, mtmp->my);
|
||||
if (mtmp->wormno)
|
||||
redraw_worm(mtmp);
|
||||
if (attacktype(mtmp->data, AT_WEAP)) {
|
||||
mtmp->weapon_check = NEED_HTH_WEAPON;
|
||||
(void) mon_wield_item(mtmp);
|
||||
@@ -1311,8 +1313,12 @@ abuse_dog(struct monst *mtmp)
|
||||
else
|
||||
growl(mtmp); /* give them a moment's worry */
|
||||
|
||||
if (!mtmp->mtame)
|
||||
if (!mtmp->mtame) {
|
||||
newsym(mtmp->mx, mtmp->my);
|
||||
if (mtmp->wormno) {
|
||||
redraw_worm(mtmp);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user