mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 01:30:38 +01:00
Update mummy.lua
Don't jump anymore, useless, and now they can't exit the pyramids
This commit is contained in:
parent
814d9e81a1
commit
892d2e4b6c
@ -28,7 +28,7 @@ mobs:register_mob("tsm_pyramids:mummy", {
|
||||
walk_velocity = 0.5, -- A tester si assez lent / trop lent, valeur actuel = moitié moins que les Tree Monster
|
||||
run_velocity = 1,
|
||||
view_range = 16,
|
||||
jump = true,
|
||||
jump = false,
|
||||
floats = 0,
|
||||
-- drops papyrus when dead
|
||||
drops = {
|
||||
|
Loading…
Reference in New Issue
Block a user