This commit is contained in:
timothyteakettle
2020-08-31 02:25:54 +01:00
parent a9ec2254ba
commit af2c7b295e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -642,4 +642,4 @@
/proc/get_fake_ckey()
var/first = pick(GLOB.first_names)
var/second = pick(GLOB.last_names)
return lowertext(first + second + rand(1,99))
return lowertext(first + second + num2text(rand(1,99)))