Move common sounds to main shooter mod

This commit is contained in:
stujones11 2018-01-03 20:21:00 +00:00
parent edb19cf061
commit a310d0338a
7 changed files with 1 additions and 3 deletions

View file

@ -1,2 +1 @@
shooter
shooter_guns

View file

@ -1,2 +1 @@
shooter
shooter_guns

View file

@ -147,7 +147,7 @@ minetest.register_entity("shooter_turret:turret_entity", {
minetest.sound_play("shooter_click", {object=self.object})
return
end
minetest.sound_play("guns_shotgun", {object=self.object})
minetest.sound_play("shooter_shotgun", {object=self.object})
if not minetest.setting_getbool("creative_mode") then
inv:remove_item("main", "tnt:tnt")
end