Fix init_names()

This commit is contained in:
GreenComfyTea
2023-09-03 14:16:32 +03:00
parent b52c903af3
commit 8fb02699cc
3 changed files with 9 additions and 3 deletions

View File

@@ -127,8 +127,10 @@ function this.init_UI(buff)
end
function this.init_names()
skills.init_names();
abnormal_statuses.init_names();
skills.init_names();
weapon_skills.init_names();
misc_buffs.init_names();
end
function this.update()