diff --git a/perception.html b/perception.html
index 2de066c..c00aa7e 100644
--- a/perception.html
+++ b/perception.html
@@ -567,6 +567,14 @@ flowchart TD
newState: 'OBSERVED',
msg: 'Sound reveals your location. You are now observed.',
},
+ {
+ id: 'nonstealthy',
+ name: 'Non-stealthy action / STRIKE',
+ hint: 'Attack, cast a spell, or act openly',
+ needsRoll: false,
+ newState: 'OBSERVED',
+ msg: 'Acting openly reveals your position. You are now observed.',
+ },
],
UNNOTICED: [
{