Only requiver pickup_thrown ammo and throwing weapons

This commit is contained in:
Pasi Kallinen
2016-01-06 04:58:37 +02:00
parent 6b559d06f0
commit 4aeb2913cf
3 changed files with 4 additions and 3 deletions

View File

@@ -498,6 +498,7 @@ E void FDECL(endmultishot, (BOOLEAN_P));
E void FDECL(hitfloor, (struct obj *));
E void FDECL(hurtle, (int, int, int, BOOLEAN_P));
E void FDECL(mhurtle, (struct monst *, int, int, int));
E boolean FDECL(throwing_weapon, (struct obj *));
E void FDECL(throwit, (struct obj *, long, BOOLEAN_P));
E int FDECL(omon_adj, (struct monst *, struct obj *, BOOLEAN_P));
E int FDECL(thitmonst, (struct monst *, struct obj *));