From b3e0fd3d0ff628fba53d42c0adeadfa2a016151b Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Wed, 19 May 2021 20:34:13 -0700 Subject: [PATCH] Update packSimpleInventions.js --- js/frames/packSimpleInventions.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/frames/packSimpleInventions.js b/js/frames/packSimpleInventions.js index 2a474b87..d6214eaf 100644 --- a/js/frames/packSimpleInventions.js +++ b/js/frames/packSimpleInventions.js @@ -10,6 +10,7 @@ availableFrames = [ {name:'Green Frame', src:'/img/frames/custom/simpleInvention/g.png', masks:masks}, {name:'Multicolored Frame', src:'/img/frames/custom/simpleInvention/m.png', masks:masks}, {name:'Artifact Frame', src:'/img/frames/custom/simpleInvention/a.png', masks:masks}, + {name:'Gold Trim', src:'/img/frames/custom/simpleInvention/goldTrim.png', masks:masks}, {name:'White Power/Toughness', src:'/img/frames/m15/regular/m15PTW.png', bounds:bounds}, {name:'Blue Power/Toughness', src:'/img/frames/m15/regular/m15PTU.png', bounds:bounds}, {name:'Black Power/Toughness', src:'/img/frames/m15/regular/m15PTB.png', bounds:bounds},