setuwep, et al, cleanup

This commit is contained in:
cohrs
2002-01-10 06:52:05 +00:00
parent 46bd9b925c
commit 631df10a34
6 changed files with 8 additions and 16 deletions

View File

@@ -641,9 +641,7 @@ litter()
while (otmp) {
nextobj = otmp->nobj;
if ((otmp != uball) && (rnd(capacity) <= (int)otmp->owt)) {
if (otmp == uwep)
setuwep((struct obj *)0);
if ((otmp != uwep) && (canletgo(otmp, ""))) {
if (canletgo(otmp, "")) {
Your("%s you down the stairs.",
aobjnam(otmp, "follow"));
dropx(otmp);