1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-14 22:38:32 +01:00

update mobs mod

This commit is contained in:
2015-12-18 21:13:20 +01:00
parent 76e04ab1ae
commit 220d4f9f60
20 changed files with 211 additions and 90 deletions

View File

@@ -33,6 +33,7 @@ mobs:register_mob("mobs:rat", {
water_damage = 0,
lava_damage = 4,
light_damage = 0,
fear_height = 2,
-- right click to pick up rat
on_rightclick = function(self, clicker)
mobs:capture_mob(self, clicker, 25, 80, 0, true, nil)