stujones11 / shooter

First Person Shooter Mod for Minetest
Other
30 stars 18 forks source link

Create shooter.get_weapon_spec(player, weapon_name) as a Lua hook #36

Closed rubenwardy closed 5 years ago

rubenwardy commented 5 years ago

This is needed by Capture the Flag to allow per-player weapon specs

See https://github.com/MT-CTF/capturetheflag/pull/389

stujones11 commented 5 years ago

Look fine for me, thanks!