no sacrificing while swallowed
This commit is contained in:
@@ -44,6 +44,7 @@ clarify travel command behavior in the Guidebook
|
|||||||
touch_artifact checks needed when snagging w/bullwhip and stealing
|
touch_artifact checks needed when snagging w/bullwhip and stealing
|
||||||
cannot trip over submerged objects if you're water walking
|
cannot trip over submerged objects if you're water walking
|
||||||
wand of striking was not identified if it activated a statue trap
|
wand of striking was not identified if it activated a statue trap
|
||||||
|
cannot sacrifice while you're swallowed
|
||||||
|
|
||||||
|
|
||||||
Platform- and/or Interface-Specific Fixes
|
Platform- and/or Interface-Specific Fixes
|
||||||
|
|||||||
+1
-1
@@ -1045,7 +1045,7 @@ dosacrifice()
|
|||||||
int pm;
|
int pm;
|
||||||
aligntyp altaralign = a_align(u.ux,u.uy);
|
aligntyp altaralign = a_align(u.ux,u.uy);
|
||||||
|
|
||||||
if (!on_altar()) {
|
if (!on_altar() || u.uswallow) {
|
||||||
You("are not standing on an altar.");
|
You("are not standing on an altar.");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user