Merge branch 'NetHack-3.6.2'
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* NetHack 3.6 were.c $NHDT-Date: 1505214877 2017/09/12 11:14:37 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.21 $ */
|
||||
/* NetHack 3.6 were.c $NHDT-Date: 1550524568 2019/02/18 21:16:08 $ $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.23 $ */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/*-Copyright (c) Robert Patrick Rankin, 2011. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
@@ -107,7 +107,7 @@ register struct monst *mon;
|
||||
pline("%s changes into a %s.", Monnam(mon),
|
||||
is_human(&mons[pm]) ? "human" : mons[pm].mname + 4);
|
||||
|
||||
set_mon_data(mon, &mons[pm], 0);
|
||||
set_mon_data(mon, &mons[pm]);
|
||||
if (mon->msleeping || !mon->mcanmove) {
|
||||
/* transformation wakens and/or revitalizes */
|
||||
mon->msleeping = 0;
|
||||
|
||||
Reference in New Issue
Block a user