npcs dont attack each other, igors dont play nice though :)

This commit is contained in:
TenPlus1 2018-07-06 18:27:01 +01:00
parent 30f85bc5dc
commit 381ee5ff44
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ mobs:register_mob("mobs_npc:npc", {
damage = 3,
attack_type = "dogfight",
attacks_monsters = true,
attack_npcs = false,
owner_loyal = true,
pathfinding = true,
hp_min = 10,

View File

@ -33,6 +33,7 @@ mobs:register_mob("mobs_npc:trader", {
damage = 3,
attack_type = "dogfight",
attacks_monsters = true,
attack_npcs = false,
pathfinding = false,
hp_min = 10,
hp_max = 20,