光子鸡

This commit is contained in:
yinghua 2025-01-08 22:46:12 +08:00
parent ea6553ecfc
commit eee043b70d
2322 changed files with 44641 additions and 61 deletions

2
.gitignore vendored
View File

@ -24,7 +24,7 @@ Template*
remain_template_project.py remain_template_project.py
# 公司项目 # 公司项目
GZJ # GZJ
# 移除日志脚本 # 移除日志脚本
#rmdir.bat #rmdir.bat

View File

@ -239,7 +239,7 @@ function ItemTool.AddWeaponParts(InPawn, Weapon, IsAppend)
if WeaponSuits[WeaponId] then if WeaponSuits[WeaponId] then
TheList = WeaponSuits[WeaponId][EWeaponPartType.Best]; TheList = WeaponSuits[WeaponId][EWeaponPartType.Best];
if not table.isEmpty(TheList) then if not table.isEmpty(TheList) then
Items = TheList[math.random(#TheList)]; Items = TheList[1];
end end
end end
local AccountInfo = UGCPlayerStateSystem.GetPlayerAccountInfo(InPawn.PlayerKey) local AccountInfo = UGCPlayerStateSystem.GetPlayerAccountInfo(InPawn.PlayerKey)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More