Shopkeepers bill you for using their bear trap or land mine

This commit is contained in:
Pasi Kallinen
2024-04-13 15:10:15 +03:00
parent a57d0e6f4f
commit 3086f16386
4 changed files with 20 additions and 0 deletions

View File

@@ -2880,6 +2880,7 @@ use_trap(struct obj *otmp)
}
}
You("begin setting %s%s.", shk_your(buf, otmp), trapname(ttyp, FALSE));
use_unpaid_trapobj(otmp, u.ux, u.uy);
set_occupation(set_trap, occutext, 0);
return;
}