bryceco / nethack-cocoa

OS X tile port of NetHack-3.6 using the native Cocoa framework
11 stars 4 forks source link

pickup_types get jammed! #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Specify pickup_types in autopickup 
2. Later, remove one or more pickup_types
3. Those objects still get picked up automatically

What is the expected output? What do you see instead?
Expected: pickup_types change. E.g., gems, potions, and comestibles only --> 
gem, potions, only. 
Instead: Change does not take; comestibles still get picked up.

What version of the product are you using? On what operating system?
Nethack 0.3.3
Mac OSX 10.7.5

Please provide any additional information below.

Original issue reported on code.google.com by shmoorit...@gmail.com on 17 Feb 2013 at 8:41

GoogleCodeExporter commented 8 years ago
OOh, I hate this one. Basically you can only set your pickup_types once. After 
that any future changes will bork the list.

Original comment by k...@topshelfmodules.com on 15 Nov 2013 at 10:17