mirror of
https://github.com/Wyrrrd/EpicArtillerySounds.git
synced 2026-04-24 22:40:12 +02:00
Added integration for Light Artillery
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
-- data.lua
|
||||
|
||||
data.raw.item["artillery-turret"].sound =
|
||||
{
|
||||
filename = "__EpicArtillerySounds__/sounds/KABOOM.ogg",
|
||||
@@ -8,4 +10,8 @@ data.raw.gun["artillery-wagon-cannon"].attack_parameters.sound =
|
||||
{
|
||||
filename = "__EpicArtillerySounds__/sounds/KABOOM.ogg",
|
||||
volume = 1
|
||||
}
|
||||
}
|
||||
|
||||
-- integrations
|
||||
|
||||
require("integrations.lightArtillery.data")
|
||||
Reference in New Issue
Block a user