B03002 followup

copied over the wrong version of fountain.c
This commit is contained in:
cohrs
2002-07-04 18:27:22 +00:00
parent 0859b5d30a
commit 2a058618e5

View File

@@ -45,7 +45,7 @@ dowaterdemon() /* Water demon */
{
register struct monst *mtmp;
if(mvitals[PM_WATER_DEMON].mvflags & G_GONE) {
if(!(mvitals[PM_WATER_DEMON].mvflags & G_GONE)) {
if((mtmp = makemon(&mons[PM_WATER_DEMON],u.ux,u.uy, NO_MM_FLAGS))) {
if (!Blind)
You("unleash %s!", a_monnam(mtmp));