sharp no longer causes DROPLIMB_EDGE

This commit is contained in:
mwerezak
2015-05-30 19:01:34 -04:00
parent 43cc0e6705
commit 217e7b966f
+1 -1
View File
@@ -234,7 +234,7 @@
edge_eligible = 1
if(brute >= threshold || (edge_eligible && brute >= threshold/3))
if((sharp || edge))
if(edge)
droplimb(0,DROPLIMB_EDGE)
else
droplimb(0,DROPLIMB_BLUNT)