Skip to content

Commit

Permalink
radiance is also an ability
Browse files Browse the repository at this point in the history
  • Loading branch information
VileBeggar committed Oct 15, 2023
1 parent b8f76f4 commit 1895d0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/living/carbon/xenomorph/Abilities.dm
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,9 @@
continue
target_list += possible_target
if(!istype(possible_target, /mob/living/carbon/xenomorph))
to_chat(possible_target, SPAN_XENO("You hear a strange, alien voice in your head. \"[msg]\""))
to_chat(possible_target, SPAN_XENOQUEEN("You hear a strange, alien voice in your head. \"[msg]\""))
else
to_chat(possible_target, SPAN_XENO("You hear the voice of [X] resonate in your head. \"[msg]\""))
to_chat(possible_target, SPAN_XENOQUEEN("You hear the voice of [X] resonate in your head. \"[msg]\""))
if(!length(target_list))
return
var/targetstring = english_list(target_list)
Expand Down

0 comments on commit 1895d0c

Please sign in to comment.