1
0
mirror of https://github.com/Wyrrrd/EpicArtillerySounds.git synced 2026-05-02 10:11:16 +02:00

Re-add lightArtillery integration

This commit is contained in:
Wyrrrd
2024-11-06 12:32:00 +01:00
parent af82680ab9
commit e05e2b592a
5 changed files with 22 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
if mods["lightArtillery"] then
data.raw.item["derpy-artillery"].sound =
{
filename = "__EpicArtillerySounds__/sounds/KABOOM.ogg",
volume = 1
}
data.raw.gun["derpy-artillery-gun"].attack_parameters.sound =
{
filename = "__EpicArtillerySounds__/sounds/KABOOM.ogg",
volume = 1
}
end