Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: harryob <[email protected]>
  • Loading branch information
ihatethisengine and harryob committed Jul 30, 2023
1 parent 17892e1 commit 7eba4e8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
/datum/action/xeno_action/verb/verb_healer_sacrifice()
set category = "Alien"
set name = "Sacrifice"
set hidden = 1
set hidden = TRUE
var/action_name = "Sacrifice"
handle_xeno_macro(src, action_name)

Expand All @@ -248,7 +248,7 @@
return

if(target.health >= target.maxHealth)
to_chat(xeno, SPAN_WARNING("\The [target] is already at max health!"))
to_chat(xeno, SPAN_WARNING("[target] is already at max health!"))
return

if(!isturf(xeno.loc))
Expand Down

0 comments on commit 7eba4e8

Please sign in to comment.