From eaab84e79f4e3df0e762e65ecbed3cae7c794624 Mon Sep 17 00:00:00 2001 From: Heroman Date: Sun, 21 Jul 2019 19:15:59 +1000 Subject: [PATCH] Allows synthetic names to start with a number --- code/_helpers/text.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/_helpers/text.dm b/code/_helpers/text.dm index 0343fe4249..eb363c08cb 100644 --- a/code/_helpers/text.dm +++ b/code/_helpers/text.dm @@ -84,7 +84,6 @@ // 0 .. 9 if(48 to 57) //Numbers - if(!last_char_group) continue //suppress at start of string if(!allow_numbers) continue // If allow_numbers is 0, then don't do this. output += ascii2text(ascii_char) number_of_alphanumeric++