Applying ACT_ON_RANGED_HIT

I can only seem to get this flag to work on tools when thrown, but assigning ammo_data to the same item causes crashes. I’m guessing it’s not fully complete?

Far as I can tell, it only seems to function for thrown weapons, yeah.

Judging from ranged.cpp, it looks like it should work for items that drop themselves on hit - that is, have a RECOVERY_x flag (but only when it doesn’t break).

It has been a while since I implemented it, so I may be wrong.

And even if it works, the function selection is quite restricted here.

Seems to be a bit limited, yeah.

Also, here’s a dumb thought. Is there any way to make use of ACT_ON_RANGED_ACT to put an item in the player’s inventory? To simulate your average Legend of Zelda boomerang, as an example.

Yes, it could work. Although it would be incredibly hacky and would not work for NPCs (it would always go back to player’s inventory).

As I figured, since items that do the “consume drug” use action seem to still target the player even if you chuck an active item about to do so.

How do you do that then? ;w;