mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-18 00:08:25 +01:00
Added sarangay's rotation
- Used rotate parameter in sarangay's definition
This commit is contained in:
parent
0dfb7ee02f
commit
681c2af852
@ -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
|
||||
|
@ -1,6 +1,7 @@
|
||||
mobs:register_mob("mobs:sarangay", {
|
||||
type = "monster",
|
||||
passive = false,
|
||||
rotate = 1.5,
|
||||
damage = 5,
|
||||
hp_min = 40,
|
||||
hp_max = 60,
|
||||
|
Loading…
Reference in New Issue
Block a user