diff --git a/assets/rooms/room_office.json b/assets/rooms/room_office.json index f94e3ec..b79f272 100644 --- a/assets/rooms/room_office.json +++ b/assets/rooms/room_office.json @@ -338,6 +338,17 @@ "width": 48, "x": 340, "y": 144 + }, + { + "height": 48, + "id": 17, + "name": "lockpick", + "rotation": 0, + "type": "", + "visible": true, + "width": 48, + "x": 330, + "y": 144 } @@ -349,7 +360,7 @@ "y":0 }], "nextlayerid":12, - "nextobjectid":16, + "nextobjectid":18, "orientation":"orthogonal", "renderorder":"right-down", "tiledversion":"1.11.0", diff --git a/assets/scenarios/ceo_exfil.json b/assets/scenarios/ceo_exfil.json index d91af48..699754b 100644 --- a/assets/scenarios/ceo_exfil.json +++ b/assets/scenarios/ceo_exfil.json @@ -141,6 +141,12 @@ "readable": true, "text": "Large data transfers detected to unknown external IPs - All originating from CEO's office", "observations": "Suspicious network activity logs" + }, + { + "type": "lockpick", + "name": "Lock Pick Kit", + "takeable": true, + "observations": "A professional lock picking kit with various picks and tension wrenches" } ] }, diff --git a/index.html b/index.html index 606f074..ce8e2e4 100644 --- a/index.html +++ b/index.html @@ -280,6 +280,7 @@ this.load.image('bluetooth_scanner', 'assets/objects/bluetooth_scanner.png'); this.load.image('tablet', 'assets/objects/tablet.png'); this.load.image('fingerprint_kit', 'assets/objects/fingerprint_kit.png'); + this.load.image('lockpick', 'assets/objects/lockpick.png'); this.load.json('gameScenarioJSON', 'assets/scenarios/ceo_exfil.json');