mirror of
https://github.com/Wyrrrd/EpicArtillerySounds.git
synced 2026-04-26 15:21:17 +02:00
Added integration for Light Artillery
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user