mirror of
https://codeberg.org/tenplus1/mobs_redo.git
synced 2024-12-26 10:40:22 +01:00
if mob standing, 1 in 4 chance of looking at player nearby
This commit is contained in:
parent
093285bec9
commit
7490006117
6
api.lua
6
api.lua
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
-- Mobs Api (5th January 2017)
|
-- Mobs Api (6th January 2017)
|
||||||
|
|
||||||
mobs = {}
|
mobs = {}
|
||||||
mobs.mod = "redo"
|
mobs.mod = "redo"
|
||||||
@ -1272,9 +1272,6 @@ local do_states = function(self, dtime)
|
|||||||
|
|
||||||
local lp = nil
|
local lp = nil
|
||||||
local s = self.object:getpos()
|
local s = self.object:getpos()
|
||||||
|
|
||||||
if self.type == "npc" then
|
|
||||||
|
|
||||||
local objs = minetest.get_objects_inside_radius(s, 3)
|
local objs = minetest.get_objects_inside_radius(s, 3)
|
||||||
|
|
||||||
for n = 1, #objs do
|
for n = 1, #objs do
|
||||||
@ -1284,7 +1281,6 @@ local do_states = function(self, dtime)
|
|||||||
break
|
break
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
|
||||||
|
|
||||||
-- look at any players nearby, otherwise turn randomly
|
-- look at any players nearby, otherwise turn randomly
|
||||||
if lp then
|
if lp then
|
||||||
|
Loading…
Reference in New Issue
Block a user