mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 06:11:47 +02:00
Modifications for sprint and moretrees
- Moretrees' leaves aren't walkable anymore - Adding the snore sound in default - Adding snore sound's play when stamina has run out (on both e and w sprint) - I don't know why mud mods/snow/config.txt has been modified
This commit is contained in:
@ -175,6 +175,7 @@ for i in ipairs(moretrees.treelist) do
|
||||
groups = {snappy=3, flammable=2, leaves=1, moretrees_leaves=1},
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
|
||||
walkable = false,
|
||||
drop = {
|
||||
max_items = 1,
|
||||
items = {
|
||||
|
Reference in New Issue
Block a user