1
0
mirror of https://github.com/Wyrrrd/EpicArtillerySounds.git synced 2026-05-01 09:41:17 +02:00

Migration to 2.0

This commit is contained in:
Wyrrrd
2024-10-26 23:22:15 +02:00
parent 0669a0ffd3
commit e5f6108f2a
4 changed files with 11 additions and 20 deletions
-13
View File
@@ -1,13 +0,0 @@
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