Skip to content

Commit

Permalink
makes the textspan bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
VileBeggar committed Oct 15, 2023
1 parent 5f9c4d9 commit b8f76f4
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 @@ -207,9 +207,9 @@
if(msg)
log_say("PsychicWhisper: [key_name(X)]->[M.key] : [msg]")
if(!istype(M, /mob/living/carbon/xenomorph))
to_chat(M, SPAN_XENO("You hear a strange, alien voice in your head. \"[msg]\""))
to_chat(M, SPAN_XENOQUEEN("You hear a strange, alien voice in your head. \"[msg]\""))
else
to_chat(M, SPAN_XENO("You hear the voice of [X] resonate in your head. \"[msg]\""))
to_chat(M, SPAN_XENOQUEEN("You hear the voice of [X] resonate in your head. \"[msg]\""))
to_chat(X, SPAN_XENONOTICE("You said: \"[msg]\" to [M]"))
return ..()

Expand Down

0 comments on commit b8f76f4

Please sign in to comment.