Skip to content

Commit

Permalink
Add isOwnDlc check for Give All Weapons script
Browse files Browse the repository at this point in the history
(cherry picked from commit 7c34eea)
  • Loading branch information
tomm1996 committed Aug 11, 2024
1 parent de8c256 commit a4a8ef3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,6 @@ local items = {
{ 0x04156130, 1, reinforceLv, upgrade, gem }, -- Red Bear's Claw
}

ItemGive(items)
if isOwnDlc(1) then ItemGive(items) end
disableMemrec(memrec)
[DISABLE]

0 comments on commit a4a8ef3

Please sign in to comment.