Cloud wish should block vision

This commit is contained in:
Pasi Kallinen
2020-01-26 14:33:11 +02:00
parent ae843bc10a
commit aa7f098af1

View File

@@ -3048,6 +3048,7 @@ int locked, trapped;
madeterrain = TRUE;
} else if (!BSTRCMPI(bp, p - 5, "cloud")) {
lev->typ = CLOUD;
block_point(x, y);
pline("A cloud.");
madeterrain = TRUE;
} else if (!BSTRCMPI(bp, p - 11, "secret door")) {