Skip to content

Commit

Permalink
More messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ihatethisengine committed Aug 5, 2023
1 parent c29b79c commit b920b33
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,8 @@
return

xeno.say(";MY LIFE FOR THE QUEEN!!!")
target.visible_message(SPAN_XENOHIGHDANGER("[xeno] sacrifices itself to heal [target]!"), SPAN_XENOHIGHDANGER("[xeno] sacrifices itself for you!"))
target.visible_message(SPAN_XENONOTICE("[xeno] sacrifices itself to heal [target]!"), SPAN_XENOHIGHDANGER("[xeno] sacrifices itself for you!"))
xeno_message(SPAN_XENOANNOUNCE("[xeno] sacrifices itself to heal [target]!"), 2, target.hive.hivenumber)

target.gain_health(xeno.health * transfer_mod)
target.updatehealth()
Expand Down

0 comments on commit b920b33

Please sign in to comment.