summaryrefslogtreecommitdiffstats
path: root/games/hack/hack.shk.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/hack/hack.shk.c')
-rw-r--r--games/hack/hack.shk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/hack/hack.shk.c b/games/hack/hack.shk.c
index 1478b1d..340a9b7 100644
--- a/games/hack/hack.shk.c
+++ b/games/hack/hack.shk.c
@@ -140,7 +140,7 @@ register roomno = inroom(u.ux,u.uy);
(u.uinshop != roomno + 1 || shlevel != dlevel || !shopkeeper)) {
if(shopkeeper) {
if(ESHK(shopkeeper)->billct) {
- if(inroom(shopkeeper->mx, shopkeeper->my)
+ if(inroom(shopkeeper->mx, shopkeeper->my)
== u.uinshop - 1) /* ab@unido */
pline("Somehow you escaped the shop without paying!");
addupbill();
@@ -361,7 +361,7 @@ int pass, tmp;
}
return(1);
}
-
+
if(!ESHK(shkp)->billct){
pline("You do not owe %s anything.", monnam(shkp));
if(!u.ugold){
OpenPOWER on IntegriCloud