mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-18 00:08:25 +01:00
Fixed minotaur's rotation
- Fixed minotaur's rotation in its b3d file - Added blend file for minotaur (if anyone wants to modify it again) - Removed the `rotate` line in sarangay.lua
This commit is contained in:
parent
14530443db
commit
549bd28fd6
Binary file not shown.
BIN
mods/mobs/models/mobs_sarangay.blend
Normal file
BIN
mods/mobs/models/mobs_sarangay.blend
Normal file
Binary file not shown.
@ -1,7 +1,6 @@
|
|||||||
mobs:register_mob("mobs:sarangay", {
|
mobs:register_mob("mobs:sarangay", {
|
||||||
type = "monster",
|
type = "monster",
|
||||||
passive = false,
|
passive = false,
|
||||||
rotate = 1.5,
|
|
||||||
damage = 5,
|
damage = 5,
|
||||||
hp_min = 40,
|
hp_min = 40,
|
||||||
hp_max = 60,
|
hp_max = 60,
|
||||||
|
Loading…
Reference in New Issue
Block a user