diff --git a/code/__HELPERS/type2type.dm b/code/__HELPERS/type2type.dm index 9e3178060c..9130eae7cb 100644 --- a/code/__HELPERS/type2type.dm +++ b/code/__HELPERS/type2type.dm @@ -69,7 +69,7 @@ else . = "0" + . i++ - return + return . //Splits the text of a file at seperator and returns them in a list. /world/proc/file2list(filename, seperator="\n")