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
1 changed files with 1 additions and 1 deletions

View File

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