Skip to content

Commit

Permalink
Fix bug where water was not getting Dirty status
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaakma committed Jul 24, 2021
1 parent 5662ac6 commit 9106788
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified Data Files/Ashfall.esp
Binary file not shown.
1 change: 0 additions & 1 deletion Data Files/MWSE/mods/mer/ashfall/needs/waterController.lua
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ local function callWaterMenu(e)
timer.delayOneFrame(function()
common.log:debug("common.data.drinkingRain = false drink")
common.data.drinkingRain = false
common.data.drinkingWaterType = nil
end)
end
event.register("Ashfall:WaterMenu", callWaterMenu)
Expand Down

0 comments on commit 9106788

Please sign in to comment.