Skip to content

Commit

Permalink
fix spider
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Apr 11, 2024
1 parent 2fcb397 commit b9bc548
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modinfo.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local EN = locale ~= "zh" and locale ~= "zhr" and locale ~= "zht"

version = "1.53.5"
version = "1.53.6"

local descList = EN and {
"(DEV MODE)",
Expand Down
2 changes: 1 addition & 1 deletion scripts/configurations/aip_pet_prefabs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ end

local function spiderPostInit(inst)
inst.SoundPath = SpiderSoundPath
inst.incineratesound = SoundPath(inst, "die")
inst.incineratesound = SpiderSoundPath(inst, "die")
end

local PREFABS = {
Expand Down

0 comments on commit b9bc548

Please sign in to comment.