diff options
author | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2016-08-16 20:54:40 -0700 |
---|---|---|
committer | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2016-08-16 20:54:40 -0700 |
commit | b4fb92a3bb22d03fd6a8c4c59d8ab033d3ac4375 (patch) | |
tree | ae6da97beb5df3160c1d6d4edcde35b7326ef8fa | |
parent | ff7f9a353767517e343d8bc9f18c7c3693c64d1b (diff) |
lowered pricesHEADorigin/masterorigin/HEADmaster
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |