tpmkms_4wp 8.9.1-beta.40 → 8.9.1-beta.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/common/pipboy.js +3 -1
- package/common/pipboy.test.json +1589 -0
- package/package.json +2 -2
package/common/pipboy.js
CHANGED
@@ -520,9 +520,11 @@ knowledgeModule({
|
|
520
520
|
contents: pipboy_tests,
|
521
521
|
checks: {
|
522
522
|
objects: [
|
523
|
-
'apply', 'change', 'disarm', 'drink', 'eat', 'equip', 'setName', 'strip', 'take', 'wear',
|
523
|
+
'apply', 'change', 'display', 'disarm', 'drink', 'eat', 'equip', 'setName', 'strip', 'take', 'wear',
|
524
|
+
'apply', 'change', 'display', 'disarm', 'drink', 'eat', 'equip', 'setName', 'strip', 'take', 'wear', 'showWeapons',
|
524
525
|
],
|
525
526
|
context: defaultContextCheck(),
|
526
527
|
},
|
527
528
|
},
|
528
529
|
})
|
530
|
+
|