mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-28 13:53:45 +01:00
make mobs coordinate attacks with all other similar alliances.
This commit is contained in:
parent
12e9c2c6d0
commit
b27c81cea4
@ -2049,7 +2049,7 @@ local monster_attack = function(self)
|
|||||||
player = obj.object
|
player = obj.object
|
||||||
name = obj.name or ""
|
name = obj.name or ""
|
||||||
end
|
end
|
||||||
if name == self.name and obj.state == "attack" and obj.attack then
|
if obj.type = self.type and obj.passive == false and obj.state == "attack" and obj.attack then
|
||||||
table.insert(blacklist_attack, obj.attack)
|
table.insert(blacklist_attack, obj.attack)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user