Skip to content

Commit

Permalink
FRM: Yeah I forgot to save. Also already forgot commit tags naming co…
Browse files Browse the repository at this point in the history
…nvention and this is an example of a very long one. Enjoy!
  • Loading branch information
tewlwolow committed Jan 19, 2023
1 parent e7afd27 commit b9193be
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions 00 Core/MWSE/mods/tew/AURA/UI/barter.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local config = require("tew\\AURA\\config")
local config = require("tew.AURA.config")
local common = require("tew.AURA.common")
local modversion = require("tew\\AURA\\version")
local modversion = require("tew.AURA.version")
local version = modversion.version
local UIvol=config.UIvol/200

Expand Down
6 changes: 3 additions & 3 deletions 00 Core/MWSE/mods/tew/AURA/UI/eating.lua
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
local modversion = require("tew\\AURA\\version")
local modversion = require("tew.AURA.version")
local version = modversion.version
local config = require("tew\\AURA\\config")
local config = require("tew.AURA.config")
local UIvol=config.UIvol/200

-- Makes use of Bethesda eating sound instead of old weird swallow sound --
local function eating(e)
tes3.getSound("Swallow").volume = 0

if e.item.objectType == tes3.objectType.ingredient then
tes3.playSound{reference=e.reference, soundPath="Fx\\eating.wav", volume=0.8*UIvol}
tes3.playSound{reference=e.reference, soundPath="Fx.eating.wav", volume=0.8*UIvol}
end
end

Expand Down
4 changes: 2 additions & 2 deletions 00 Core/MWSE/mods/tew/AURA/UI/spells.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local modversion = require("tew\\AURA\\version")
local modversion = require("tew.AURA.version")
local version = modversion.version
local config = require("tew\\AURA\\config")
local config = require("tew.AURA.config")
local UIvol=config.UIvol/200
local common = require("tew.AURA.common")

Expand Down
6 changes: 3 additions & 3 deletions 00 Core/MWSE/mods/tew/AURA/UI/training.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local trainingData = require("tew\\AURA\\UI\\trainingData")
local modversion = require("tew\\AURA\\version")
local trainingData = require("tew.AURA.UI.trainingData")
local modversion = require("tew.AURA.version")
local version = modversion.version
local config = require("tew\\AURA\\config")
local config = require("tew.AURA.config")
local common = require("tew.AURA.common")
local UIvol=config.UIvol/200

Expand Down

0 comments on commit b9193be

Please sign in to comment.
  翻译: