Browse Source

disable using crippling shrines with controller

pull/3296/head
qndel 4 years ago committed by Anders Jenbo
parent
commit
9c10f43019
  1. 2
      Source/controls/plrctrls.cpp

2
Source/controls/plrctrls.cpp

@ -171,6 +171,8 @@ void FindItemOrObject()
continue;
if (xx != 0 && yy != 0 && GetDistance({ mx + xx, my + yy }, 1) == 0)
continue;
if (objectIsDisabled(o))
continue;
rotations = newRotations;
pcursobj = o;
cursPosition = Point { mx, my } + Displacement { xx, yy };

Loading…
Cancel
Save