Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
ihatethisengine committed Dec 23, 2023
1 parent 20afb9e commit 2ac4e7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
if(!xeno.check_state())
return

if(!can_not_harm(target)) //so we can heal only allies
if(!xeno.can_not_harm(target)) //so we can heal only allies
to_chat(xeno, SPAN_WARNING("[target] is an enemy of our hive!"))
return

Expand Down

0 comments on commit 2ac4e7c

Please sign in to comment.