diff --git a/README.md b/README.md index 853efe5..d775d36 100644 --- a/README.md +++ b/README.md @@ -35,5 +35,4 @@ The authors are: ([freesound.org](https://freesound.org)) * `mummy.1.ogg` by Raventhornn, [CC0](https://creativecommons.org/publicdomain/zero/1.0/) * `mummy.2.ogg` by Raventhornn, CC0 * `mummy_hurt.1.ogg` by Under7dude, CC0 -* `mummy_death.1.ogg` by Michel88, [CC-Sampling Plus 1.0](https://creativecommons.org/licenses/sampling+/1.0/) diff --git a/mummy.lua b/mummy.lua index 26ede91..e5c3809 100644 --- a/mummy.lua +++ b/mummy.lua @@ -20,7 +20,9 @@ local mummy_drop = "default:papyrus" local sound_normal = "mummy" local sound_hit = "mummy_hurt" -local sound_dead = "mummy_death" + +-- TODO: Old mummy death sound has been removed. Find a replacement for this +local sound_dead = "mummy_hurt" local spawner_range = 17 local spawner_max_mobs = 6 diff --git a/sounds/mummy_death.1.ogg b/sounds/mummy_death.1.ogg deleted file mode 100644 index 03902e1..0000000 Binary files a/sounds/mummy_death.1.ogg and /dev/null differ