sync changes since last snapshot

This commit is contained in:
cohrs
2002-01-07 02:12:04 +00:00
parent 7218689e70
commit c77073be31
51 changed files with 581 additions and 286 deletions

View File

@@ -634,7 +634,7 @@ int thrown;
}
} else if(obj->oclass == POTION_CLASS) {
if (obj->quan > 1L)
setworn(splitobj(obj, 1L), W_WEP);
obj = splitobj(obj, 1L);
else
setuwep((struct obj *)0);
freeinv(obj);