This commit is contained in:
2026-02-28 10:12:13 +02:00
parent f00b0969f8
commit 47f1552000
3 changed files with 7 additions and 4 deletions
+1
View File
@@ -168,6 +168,7 @@ export default {
if (this.scene.data.items){
let loaded = 0;
for (let i of this.scene.data.items) {
this.debug('Loading', i);
if (this.env != 'GameDesigner'){
if (i.data.activationTriggers?.length || i.data.activationScore){
i.data.shouldBeLocked = true;