-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblades.lua
More file actions
6 lines (4 loc) · 951 Bytes
/
blades.lua
File metadata and controls
6 lines (4 loc) · 951 Bytes
1
2
3
4
5
6
local MP = minetest.get_modpath("rangedweapons")
dofile(MP.."/knife.lua") dofile(MP.."/chainsaw.lua") dofile(MP.."/crowbar.lua") dofile(MP.."/metalbat.lua") dofile(MP.."/steelpipe.lua") dofile(MP.."/baton.lua")
dofile(MP.."/dagger.lua")
dofile(MP.."/fist.lua")