diff --git a/patches/Bucket_Game-patched/mods/codermobs/codermobs/bom.lua b/patches/Bucket_Game-patched/mods/codermobs/codermobs/bom.lua index 3a79946..b44fa48 100644 --- a/patches/Bucket_Game-patched/mods/codermobs/codermobs/bom.lua +++ b/patches/Bucket_Game-patched/mods/codermobs/codermobs/bom.lua @@ -1,12 +1,17 @@ -- BOM. Descended from Sapier Creeper. -- =================================================================== --- Media license. Applies to model and texture. +-- codermobs_bom_random.ogg: +-- CC0 by Seidolon and poikilos +-- (based on fuse) +-- codermobs_bom_explode.ogg: +-- CC0 by Deganoth and poikilos +-- (based on Explosion 1) -- +-- Other media (model and textures): -- You may copy, use, modify or do nearly anything but remove this -- copyright notice. Of course, you're not allowed to pretend you've -- created or written the Poikilos and OldCoder pieces. --- -- CC-BY-SA 3.0. Attribution: Poikilos and OldCoder. -- =================================================================== @@ -77,8 +82,8 @@ mobs_param.core_param = { }, sounds = { - random = "codermobs_sacreeper_random" , - explode = "codermobs_sacreeper_explode" , + random = "codermobs_bom_random" , + explode = "codermobs_bom_explode" , } , textures = { diff --git a/patches/Bucket_Game-patched/mods/codermobs/codermobs/sounds/codermobs_bom_explode.ogg b/patches/Bucket_Game-patched/mods/codermobs/codermobs/sounds/codermobs_bom_explode.ogg new file mode 100644 index 0000000..becc89c Binary files /dev/null and b/patches/Bucket_Game-patched/mods/codermobs/codermobs/sounds/codermobs_bom_explode.ogg differ diff --git a/patches/Bucket_Game-patched/mods/codermobs/codermobs/sounds/codermobs_bom_random.ogg b/patches/Bucket_Game-patched/mods/codermobs/codermobs/sounds/codermobs_bom_random.ogg new file mode 100644 index 0000000..1801cd4 Binary files /dev/null and b/patches/Bucket_Game-patched/mods/codermobs/codermobs/sounds/codermobs_bom_random.ogg differ