diff --git a/docs/visuals/custom-hurt-animations.md b/docs/visuals/custom-hurt-animations.md index b9e7501b7d6..0b754904cb9 100644 --- a/docs/visuals/custom-hurt-animations.md +++ b/docs/visuals/custom-hurt-animations.md @@ -80,7 +80,7 @@ To call this event add `damage_sensor` to components: "triggers": { "cause": "all", "on_damage": { - "event": "nubs:on_hurt_event" + "event": "wiki:on_hurt_event" } } } @@ -90,4 +90,4 @@ To call this event add `damage_sensor` to components: You can transition to state with hurt animation this way: `"damage_state": "q.property('wiki:is_hurt')"` and from there use `"default": "q.all_animations_finished"`. -This could be useful for creating custom boats. \ No newline at end of file +This could be useful for creating custom boats.