From b4fb92a3bb22d03fd6a8c4c59d8ab033d3ac4375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Tue, 16 Aug 2016 20:54:40 -0700 Subject: lowered prices --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index c3edc27..7246797 100644 --- a/init.lua +++ b/init.lua @@ -72,7 +72,7 @@ end markers.calculate_area_price = function( pos1, pos2, playername ) local price = math.ceil(( math.abs( pos1.x - pos2.x )+1 ) - * ( math.abs( pos1.z - pos2.z )+1 ) * (0.07* markers.surrounding_areas(pos1,100)+0.031)); + * ( math.abs( pos1.z - pos2.z )+1 ) * (0.01* markers.surrounding_areas(pos1,50)+0.005)); -- * math.ceil( ( math.abs( pos1.y - pos2.y )+1 )/10); -- cgit v1.2.3