no sacrificing while swallowed

This commit is contained in:
cohrs
2002-04-01 01:37:26 +00:00
parent 9a5a051791
commit 7c224da1e4
2 changed files with 2 additions and 1 deletions

View File

@@ -1045,7 +1045,7 @@ dosacrifice()
int pm;
aligntyp altaralign = a_align(u.ux,u.uy);
if (!on_altar()) {
if (!on_altar() || u.uswallow) {
You("are not standing on an altar.");
return 0;
}