fixes entry for PR #1140 - nopick_dropped
Pull request from entrez: add 'nopick_dropped' option of not pick up items dropped by hero via autopickup and 'pickup_stolen' to picup up items stolen from hero via autopickup, bypassing pickup_types and autopickup_exceptions like existing 'pickup_thrown'. This fixes entry commit also fixes the description of pickup_stolen. Closes #1140
This commit is contained in:
@@ -536,7 +536,7 @@ static int optfn_##a(int, int, boolean, char *, char *);
|
||||
"maximum burden picked up before prompt")
|
||||
NHOPTB(pickup_stolen, Behavior, 0, opt_out, set_in_game,
|
||||
On, Yes, No, No, NoAlias, &flags.pickup_stolen, Term_False,
|
||||
"autopickup thrown items")
|
||||
"autopickup stolen items")
|
||||
NHOPTB(pickup_thrown, Behavior, 0, opt_out, set_in_game,
|
||||
On, Yes, No, No, NoAlias, &flags.pickup_thrown, Term_False,
|
||||
"autopickup thrown items")
|
||||
|
||||
Reference in New Issue
Block a user