From 31e8bee39eef4664372c76743c40924267cac9b6 Mon Sep 17 00:00:00 2001 From: LetterJay Date: Tue, 25 Apr 2017 01:54:53 -0500 Subject: [PATCH] Update type2type.dm --- code/__HELPERS/type2type.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/__HELPERS/type2type.dm b/code/__HELPERS/type2type.dm index b62ae4d9eb..9e3178060c 100644 --- a/code/__HELPERS/type2type.dm +++ b/code/__HELPERS/type2type.dm @@ -69,7 +69,7 @@ else . = "0" + . i++ -names.dmnames.dm + return //Splits the text of a file at seperator and returns them in a list. /world/proc/file2list(filename, seperator="\n") @@ -537,4 +537,4 @@ names.dmnames.dm /proc/color_matrix2color_hex(list/the_matrix) if(!istype(the_matrix) || the_matrix.len != 20) return "#ffffffff" - return rgb(the_matrix[1]*255, the_matrix[6]*255, the_matrix[11]*255, the_matrix[16]*255) \ No newline at end of file + return rgb(the_matrix[1]*255, the_matrix[6]*255, the_matrix[11]*255, the_matrix[16]*255)