]> granicus.if.org Git - nethack/commit
container groundwork / splitting welded weapons (trunk only)
authornethack.rankin <nethack.rankin>
Thu, 4 Jan 2007 05:46:14 +0000 (05:46 +0000)
committernethack.rankin <nethack.rankin>
Thu, 4 Jan 2007 05:46:14 +0000 (05:46 +0000)
commitc45ce7a999c013fea5b38e7797157cc6c9f41efa
tree9b61d39e21354797eef134029b1e043d5fa2436e
parentdccedb99ba2bebb8a411ee973d1981872a19207e
container groundwork / splitting welded weapons (trunk only)

      Some miscellaneous changes preparatory to enhancing the container
interface.  This also fixes a minor inconsistency in object manipulation:
askchain() wouldn't let you split a stack of welded weapons but getobj()
would, so you couldn't get rid of part of the stack using 'D' or #loot,
but you could with 'd' (and post-3.4.3, with #adjust).  Now getobj() will
behave like askchain(); if you have 3 cursed daggers welded to your hand,
you won't be able to drop 1 or 2 of them anymore.
doc/fixes35.0
include/extern.h
src/do.c
src/end.c
src/invent.c
src/pickup.c