Removed blackboard, changed the computer in office1 to be used for fingerprints. Also added a hint in the description of the computer that it has a fingerprint

This commit is contained in:
Damian-I
2025-02-24 23:13:12 +00:00
parent 79e518efe3
commit 491bc14022
3 changed files with 5 additions and 29 deletions

View File

@@ -1483,12 +1483,6 @@
}
}
// Add blackboard interaction
if (data.scenarioData?.type === "blackboard") {
alert("A blackboard with some recent writing. There might be fingerprints on the surface.");
return;
}
alert(message);
}