Only requiver pickup_thrown ammo and throwing weapons
This commit is contained in:
@@ -479,7 +479,8 @@ struct obj *obj;
|
||||
obj->where = OBJ_INVENT;
|
||||
|
||||
/* fill empty quiver if obj was thrown */
|
||||
if (flags.pickup_thrown && !uquiver && obj_was_thrown)
|
||||
if (flags.pickup_thrown && !uquiver && obj_was_thrown
|
||||
&& (throwing_weapon(obj) || is_ammo(obj)))
|
||||
setuqwep(obj);
|
||||
added:
|
||||
addinv_core2(obj);
|
||||
|
||||
Reference in New Issue
Block a user