Skip to content

Commit

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

xeno.say(";MY LIFE FOR THE QUEEN!!!")
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 All @@ -280,6 +278,9 @@
target.SetSlow(0)
target.SetSuperslow(0)

target.visible_message(SPAN_XENONOTICE("[xeno] explodes in a splash of regenerative resin salve, covering [target] in it!"))
xeno_message(SPAN_XENOANNOUNCE("[xeno] sacrifices itself to heal [target]!"), 2, target.hive.hivenumber)

var/datum/behavior_delegate/drone_healer/behavior_delegate = xeno.behavior_delegate
if(istype(behavior_delegate) && behavior_delegate.transferred_amount >= behavior_delegate.required_transferred_amount && xeno.client && xeno.hive)
var/datum/hive_status/hive_status = xeno.hive
Expand Down

0 comments on commit 2a963d9

Please sign in to comment.