Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
sayterdarkwynd committed Nov 23, 2016
1 parent b84a8bd commit a3d3013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stats/effects/fu_racialabilities/racehylotl.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ end

function isDry()
local mouthPosition = vec2.add(mcontroller.position(), status.statusProperty("mouthPosition"))

if not world.liquidAt(mouthPosition) then
status.clearPersistentEffects("hylotlprotection")
inWater = 0

end
end

function update(dt)
Expand Down

0 comments on commit a3d3013

Please sign in to comment.