]> granicus.if.org Git - nethack/commit
another sortloot tweak - diluted potions
authorPatR <rankin@nethack.org>
Tue, 26 Apr 2016 00:07:07 +0000 (17:07 -0700)
committerPatR <rankin@nethack.org>
Tue, 26 Apr 2016 00:07:07 +0000 (17:07 -0700)
commit1e0ab8f92fea53707d134242869b0b3af9202c58
tree0dc93b0d57b43903d2354cd8eb4d49d6e55b8357
parent974d478170dee352f620a156c46900266c3c9f12
another sortloot tweak - diluted potions

Change sort ordering of
  diluted potion of bar
  diluted potion of foo
  potion of bar
  potion of foo
  potion of fruit juice
to
  potion of bar
  diluted potion of bar
  potion of foo
  diluted potion of foo
  potion of fruit juice
so that potions of the same type are grouped together.  Bless/curse
state (when known) takes precedence over dilution, so "blessed
diluted potion of foo" will come out before "uncursed potion foo".
doc/fixes36.1
src/invent.c