Skip to content

Commit ffb6130

Browse files
committed
Merge branch 'master' into 2.4_Lite
2 parents 43edeca + ba7a6dc commit ffb6130

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1
-1
lines changed

scripts_src/epa/epai17.ssl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ end
4242
* Fixes the terminal if `skill_level >= MIN_REPAIR_LEVEL`
4343
*/
4444
procedure repair_self(variable skill_level) begin
45+
script_overrides;
4546
if (skill_level >= MIN_REPAIR_LEVEL) then begin
4647
if (local_var(LVAR_Problem) == 1) then begin
4748
set_global_var(GVAR_MAGNETIC_FIELD, 1);
@@ -71,7 +72,6 @@ procedure use_obj_on_p_proc begin
7172
variable bonus = 0;
7273
if (tool == PID_MULTI_TOOL) then bonus = 20;
7374
if (tool == PID_SUPER_TOOL_KIT) then bonus = 40;
74-
script_overrides;
7575
call repair_self(skill + bonus);
7676
end
7777
end
0 Bytes
Binary file not shown.
149 KB
Binary file not shown.
227 KB
Binary file not shown.
243 KB
Binary file not shown.
149 KB
Binary file not shown.
132 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
626 KB
Binary file not shown.

0 commit comments

Comments
 (0)