Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
虚空长袍在修补后回和背包冲突,无法穿戴到装备栏
I have noticed that when I equip Wormwoods new "Brambleshade Armor", it still unequips the backpack. Is it possible to fix this? Thank you very much for all your work!
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3031948499&searchtext=wimble
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3355502149
local function get_equipped_item(inventory, type)
local candidate = inventory:GetEquippedItem(EQUIPSLOTS_MAP[string.upper(type)])
return ((candidate ~= nil) and candidate:HasTag(type)) and candidate or nil
end
candidate值是布尔值(attempt to index local 'candidate' (a boolean value))
LUA ERROR stack traceback:
../mods/workshop-2950481491/modmain.lua:839 in (upvalue) get_equipped_item (Lua) <837-840>
inventory = table: 00000001833DC2E0
type = shell
candidate = false
../mods/workshop-2950481491/modmain.lua:864 in (upvalue) render_body_equipment (Lua) <858-874>
owner = 148731 - pigman_royalguard_2(LIMBO) (valid:true)
inventory = table: 00000001833DC2E0
../mods/workshop-2950481491/modmain.lua:878 in (local) fn (Lua) <876-880>
owner = 148731 - pigman_royalguard_2(LIMBO) (valid:true)
data = table: 0000000190670040
万分感谢