Added clickable blackboard in the form of an object.

Need to add logic (maybe change method for blackboard)
This commit is contained in:
Damian-I
2025-02-19 00:31:36 +00:00
parent 1cec7fca8f
commit 79e518efe3
3 changed files with 28 additions and 1 deletions

View File

@@ -1483,6 +1483,12 @@
}
}
// 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);
}