mirror of
				https://github.com/sys4-fr/server-nalc.git
				synced 2025-11-04 05:55:28 +01:00 
			
		
		
		
	Added sarangay's rotation
- Used rotate parameter in sarangay's definition
This commit is contained in:
		@@ -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,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user