mirror of
http://repo.or.cz/minetest_pyramids/tsm_pyramids.git
synced 2024-12-22 23:40:18 +01:00
Use new monster death sound
This commit is contained in:
parent
47ffb0d254
commit
df312a19b1
@ -33,9 +33,9 @@ the extent permitted by applicable law.
|
|||||||
* All other: BlockMen, WTFPL
|
* All other: BlockMen, WTFPL
|
||||||
|
|
||||||
### Sounds
|
### Sounds
|
||||||
The authors are: ([freesound.org](https://freesound.org))
|
The authors are ([freesound.org](https://freesound.org)):
|
||||||
|
|
||||||
* `mummy.1.ogg` by Raventhornn, [CC0](https://creativecommons.org/publicdomain/zero/1.0/)
|
* `mummy.1.ogg` by Raventhornn, [CC0](https://creativecommons.org/publicdomain/zero/1.0/)
|
||||||
* `mummy.2.ogg` by Raventhornn, CC0
|
* `mummy.2.ogg` by Raventhornn, CC0
|
||||||
* `mummy_hurt.1.ogg` by Under7dude, CC0
|
* `mummy_hurt.1.ogg` by Under7dude, CC0
|
||||||
|
* `mummy_death.1.ogg` by scorpion67890 (modified by Wuzzy), CC0
|
||||||
|
@ -20,9 +20,7 @@ local mummy_drop = "default:papyrus"
|
|||||||
|
|
||||||
local sound_normal = "mummy"
|
local sound_normal = "mummy"
|
||||||
local sound_hit = "mummy_hurt"
|
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_range = 17
|
||||||
local spawner_max_mobs = 6
|
local spawner_max_mobs = 6
|
||||||
|
BIN
sounds/mummy_death.1.ogg
Normal file
BIN
sounds/mummy_death.1.ogg
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user