Skip to content

Commit

Permalink
Add isOwnDlc check for Give All Weapons script
Browse files Browse the repository at this point in the history
  • Loading branch information
tomm1996 committed Aug 3, 2024
1 parent f8f3448 commit 7c34eea
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 7c34eea

Please sign in to comment.