increased view_range from 4 to 32

This commit is contained in:
Sokomine 2023-03-16 18:16:14 +01:00
parent dab1af19c8
commit a4c1828b7f

View File

@ -61,7 +61,7 @@ guards.guard_data = {
water_damage = 0, water_damage = 0,
lava_damage = 0, lava_damage = 0,
light_damage = 0, light_damage = 0,
view_range = 4, view_range = 32, -- search for hostile mobs!
owner = "Guard Guild", owner = "Guard Guild",
order = "stand", order = "stand",
fear_height = 3, fear_height = 3,