Skip to content

Commit

Permalink
Update xeno_verbs.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveloopers committed May 22, 2024
1 parent bc53b3b commit eae6d67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/living/carbon/xenomorph/xeno_verbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
return

if(interference)
to_chat(src, SPAN_WARNING("A headhunter temporarily cut off our psychic connection!"))
to_chat(src, SPAN_WARNING("Our psychic connection has been temporarily disabled!"))
return

hive.hive_ui.open_hive_status(src)
Expand All @@ -37,7 +37,7 @@
return

if(interference)
to_chat(src, SPAN_WARNING("A headhunter temporarily cut off your psychic connection!"))
to_chat(src, SPAN_WARNING("Our psychic connection has been temporarily disabled!"))
return

hive.faction_ui.tgui_interact(src)
Expand Down

0 comments on commit eae6d67

Please sign in to comment.