1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-30 08:20:32 +02:00

Added sarangay's rotation

- Used rotate parameter in sarangay's definition
This commit is contained in:
LeMagnesium 2015-04-25 23:28:56 +02:00
parent 0dfb7ee02f
commit 681c2af852
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ dofile(minetest.get_modpath("mobs").."/kitten.lua") -- Jordach/BFD
-- Monsters
dofile(minetest.get_modpath("mobs").."/sarangay.lua") -- Kalabasa
dofile(minetest.get_modpath("mobs").."/dirtmonster.lua") -- PilzAdam
dofile(minetest.get_modpath("mobs").."/dungeonmaster.lua") -- PilzAdam
dofile(minetest.get_modpath("mobs").."/oerkki.lua") -- PilzAdam

View File

@ -1,6 +1,7 @@
mobs:register_mob("mobs:sarangay", {
type = "monster",
passive = false,
rotate = 1.5,
damage = 5,
hp_min = 40,
hp_max = 60,