Skip to content
This repository was archived by the owner on Nov 21, 2017. It is now read-only.

Commit a792eb3

Browse files
committed
Value scaling
1 parent f404064 commit a792eb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/region.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ function region.get_player_target_value_at(region_data, x, y)
173173
return 0
174174
end
175175

176+
value = value * 1000
176177
local danger = 0
177178
if region_data.biter_scents then
178179
danger = biter_scents.get_value(region_data.biter_scents, x, y)

0 commit comments

Comments
 (0)