From e7993b1ec67f1b02eca890f867d7bcdd0368fb2f Mon Sep 17 00:00:00 2001 From: runedog48 Date: Sat, 8 Nov 2014 20:03:05 -0500 Subject: [PATCH] Fixes #6940 Empty lines will not appear in cloning records anymore. --- code/game/machinery/computer/cloning.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/computer/cloning.dm b/code/game/machinery/computer/cloning.dm index adb4d24b545..d8ea79da1d3 100644 --- a/code/game/machinery/computer/cloning.dm +++ b/code/game/machinery/computer/cloning.dm @@ -137,7 +137,7 @@ dat += "

Current records

" dat += "Back

" for(var/datum/dna2/record/R in src.records) - dat += "
  • [R.dna.real_name]
  • " + dat += "
  • [R.dna.real_name]
  • " if(3) dat += "

    Selected Record

    "