Skip to content

Commit 48a3625

Browse files
authored
Merge pull request YimMenu-Lua#83 from acidlabsdev/main
fix(data): fix acid lab locals
2 parents 3d5cd5b + 6adc496 commit 48a3625

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

SSV2/includes/data/globals_locals.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -382,13 +382,13 @@ return {
382382
description = "Acid Lab Sell Generic Bitset",
383383
file = "fm_content_acid_lab_sell.c",
384384
LEGACY = {
385-
value = 301,
386-
pattern = [[func_\w{3}\(&.?Local_5\d+, \w+\)]],
385+
value = 5597,
386+
pattern = [[func_\w{3}\(&.?(Local_5\d+), \w+\)]],
387387
capture_group = 1
388388
},
389389
ENHANCED = {
390-
value = 301,
391-
pattern = [[func_\w{3}\(&.?Local_5\d+, \w+\)]],
390+
value = 5599,
391+
pattern = [[func_\w{3}\(&.?(Local_5\d+), \w+\)]],
392392
capture_group = 1
393393
}
394394
},

0 commit comments

Comments
 (0)