Skip to content

Commit

Permalink
Fixed Duckking bomb
Browse files Browse the repository at this point in the history
  • Loading branch information
NPXcoot committed Nov 23, 2016
1 parent 186a053 commit 33c264a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nssm_weapons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,12 @@ minetest.register_craft({

})

minetest.register_craft({
output = 'nssm:duckking_bomb',
type = "shapeless",
recipe = {'nssm:empty_evocation_bomb', 'nssm:duckking_egg'},

})
end

nssm_register_evocation ("duck","Duck Evocation", 4)
Expand Down

0 comments on commit 33c264a

Please sign in to comment.