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