B03002 followup
copied over the wrong version of fountain.c
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user