Skip to content

Commit

Permalink
heal message
Browse files Browse the repository at this point in the history
  • Loading branch information
InsaneRed committed Mar 25, 2024
1 parent bb52d61 commit 4a4c189
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@
if (!behavior.use_internal_hp_ability(bonus_heal))
bonus_heal = 0

to_chat(X, SPAN_XENODANGER("We heal [targetXeno]!"))
to_chat(X, SPAN_XENOHIGHDANGER("We heal [targetXeno]!"))
to_chat(targetXeno, SPAN_XENOHIGHDANGER("We are healed by [X]!"))
//Amount to heal in this cast of the ability
var/quantity_healed = heal_amount
Expand Down

0 comments on commit 4a4c189

Please sign in to comment.