Skip to content

Pull Request: Minor changes - #2

Draft
ECHOSUD wants to merge 13 commits into
fuglore:mainfrom
ECHOSUD:Pull-Requests
Draft

Pull Request: Minor changes#2
ECHOSUD wants to merge 13 commits into
fuglore:mainfrom
ECHOSUD:Pull-Requests

Conversation

@ECHOSUD

@ECHOSUD ECHOSUD commented Mar 31, 2024

Copy link
Copy Markdown

Remove duplicate: copbrain.lua, coreworlddefinition.lua
Remove comma: en.txt
Specfied variable as local: menunodegui.lua, civlogicflee.lua, coplogicattack.lua, coplogicbase.lua, groupaistatebesiege.lua, navigationmanager.lua, securitycamera.lua
Add check: groupaistatebase.lua
Add varang to function: coplogictravel.lua, bosslogicattack.lua

Not committed in pull request:
Add check: coplogicattack.lua: if type(friend_pos) == "Vector3" -- Check that variable is not boolean/unknown.

ECHOSUD added 13 commits March 31, 2024 16:22
Remove trailing comma:
"menu_lies_spawngroupdelays_long": "15-20"
Remove local smgs duplicate:
akmsu_smg = true,
Remove duplicates local adjust_ids = { des = {:
[101904] = true,
[101901] = true,
[102344] = true,
cover not specified for function CivilianLogicFlee.update(data):
local cover
title and desc:
local title
local desc
pose not specified for function CopLogicAttack._chk_start_action_move_back(data, my_data, focus_enemy, engage):
local pose
angle_max not specified for local function _angle_and_dis_chk(handler, settings, attention_pos):
local angle_max
used_group not specified for function GroupAIStateBesiege:_upd_recon_sweep_task():
local spawn_group, spawn_group_type, used_group
best_has_good_dir not specified for function NavigationManager:find_cover_in_nav_seg_3_LUA(nav_seg_id, max_near_dis, near_pos, threat_pos):
local best_cover, best_dist, best_l_ray, best_h_ray, best_has_good_dir
angle_multiplier not specified for function SecurityCamera:_detect_criminals_loud(t, criminals):
local angle_multiplier
Add check for area.safe:
if area and area.is_safe then
Add varang to function CopLogicTravel._get_pos_on_wall:
function CopLogicTravel._get_pos_on_wall(from_pos, max_dist, step_offset, is_recurse, pos_rsrv_id, ...)
Add varang to function LIESBossLogicAttack._chk_use_throwable:
function LIESBossLogicAttack._chk_use_throwable(data, my_data, focus, ...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant