diff --git a/assets/rooms/room_reception.json b/assets/rooms/room_reception.json index 5874416..018fc41 100644 --- a/assets/rooms/room_reception.json +++ b/assets/rooms/room_reception.json @@ -233,6 +233,17 @@ "width":48, "x":340, "y":168 + }, + { + "height":48, + "id":12, + "name":"bluetooth_scanner", + "rotation":0, + "type":"", + "visible":true, + "width":48, + "x":380, + "y":166 } ], "opacity":1, diff --git a/assets/scenarios/ceo_exfil.json b/assets/scenarios/ceo_exfil.json index efad55b..4134eb0 100644 --- a/assets/scenarios/ceo_exfil.json +++ b/assets/scenarios/ceo_exfil.json @@ -39,6 +39,12 @@ "lockType": "pin", "requires": "1234", "observations": "A locked tablet device" + }, + { + "type": "bluetooth_scanner", + "name": "Bluetooth Scanner", + "takeable": true, + "observations": "A device for detecting nearby Bluetooth signals" } ] },