Adjusted some alerts

This commit is contained in:
Damian-I
2025-03-14 02:07:10 +00:00
parent cff5f7d3ff
commit 34d7aad58f

View File

@@ -1560,8 +1560,8 @@
this.load.image('fingerprint_kit', 'assets/objects/fingerprint_kit.png');
this.load.image('lockpick', 'assets/objects/lockpick.png');
this.load.json('gameScenarioJSON', 'assets/scenarios/biometric_breach.json');
//this.load.json('gameScenarioJSON', 'assets/scenarios/ceo_exfil.json');
//this.load.json('gameScenarioJSON', 'assets/scenarios/biometric_breach.json');
this.load.json('gameScenarioJSON', 'assets/scenarios/ceo_exfil.json');
gameScenario = this.cache.json.get('gameScenarioJSON');
}
@@ -2860,7 +2860,7 @@
}
// Show notification instead of alert
gameAlert(message, 'info', data.name, 7000);
gameAlert(message, 'info', data.name, 0);
}
// adds an item to the inventory
@@ -6756,9 +6756,6 @@
}
});
}
// Bluetooth scanner system
// ... existing code ...
</script>
</body>
</html>