From c73edf06872e6d78461a45199db9be4ee81ad9b2 Mon Sep 17 00:00:00 2001 From: XDTM Date: Sun, 2 Feb 2020 02:35:49 +0100 Subject: [PATCH] Update code/datums/brain_damage/special.dm Co-Authored-By: trollbreeder --- code/datums/brain_damage/special.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/brain_damage/special.dm b/code/datums/brain_damage/special.dm index 83fbcfff85c..538494d1f4d 100644 --- a/code/datums/brain_damage/special.dm +++ b/code/datums/brain_damage/special.dm @@ -125,7 +125,7 @@ desc = "Patient is prone to frequent spontaneous quantum entanglement, against all odds, causing spatial anomalies." scan_desc = "quantum alignment" gain_text = "You feel faintly connected to everything around you..." - lose_text = "You no longer feel strangely connected to your surroundings." + lose_text = "You no longer feel connected to your surroundings." var/atom/linked_target = null var/linked = FALSE var/returning = FALSE