Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[scripts] [safe-room] Enable custom triggers for player empaths #6910

Conversation

vtcifer
Copy link
Contributor

@vtcifer vtcifer commented Sep 5, 2024

Optional enhancement.

# start_heal_action and done_healing_matches are optional, if missing old behavour is defaulted
safe_room_empaths:
  - name: Foo
    id: 1234
    start_heal_action: lean Foo
    done_healing_matches:
      - Foo whispers, \"All clean\"
      - Foo whispers, \"You have leaned on me with no wounds.\"
      - Foo nods to you.
  - name: Baz
    id: 4321
    start_heal_action: lean baz
    done_healing_matches:
      - Baz whispers, \"what the heck, come back when you are injured\"
      - Baz whispers, \"you are healed\"
      - Baz nods to you.
  - name: Alice
    id: 3333

@Kiriawen
Copy link
Contributor

Kiriawen commented Sep 5, 2024

rubocop hates you

@MahtraDR MahtraDR merged commit 524b5ee into elanthia-online:master Sep 5, 2024
2 checks passed
@vtcifer vtcifer deleted the safe-room_add_custom_player_empath_triggers branch September 6, 2024 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants