Pull Request: Minor changes - #2
Draft
ECHOSUD wants to merge 13 commits into
Draft
Conversation
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, ...)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.