diff --git a/code/game/objects/items/devices/scanners.dm b/code/game/objects/items/devices/scanners.dm index 8a941283b7..bf38bb7c6c 100644 --- a/code/game/objects/items/devices/scanners.dm +++ b/code/game/objects/items/devices/scanners.dm @@ -721,7 +721,7 @@ GENETICS SCANNER var/instability = round(cached_scan_results["fusion"], 0.01) var/tier = instability2text(instability) to_chat(user, "Large amounts of free neutrons detected in the air indicate that a fusion reaction took place.") - to_chat(user, "Instability of the last fusion reaction: [instability]\n This indicates it was [tier].") + to_chat(user, "Instability of the last fusion reaction: [instability]\n This indicates it was [tier]") return /obj/item/analyzer/proc/scan_turf(mob/user, turf/location)