wow lotsa effort huh

This commit is contained in:
kevinz000
2020-04-26 03:36:09 -07:00
parent 1b5e4b32cb
commit bf7962d8f9
4 changed files with 8 additions and 10 deletions
+1 -2
View File
@@ -590,5 +590,4 @@ GLOBAL_LIST_EMPTY(the_station_areas)
var/key = "[original]%[id_type]"
if(random_generated_ids_by_original[key])
return random_generated_ids_by_original[key]
random_generated_ids_by_original[key] = "[obfuscation_secret]%[obfuscation_next++]"
return value
. = random_generated_ids_by_original[key] = "[obfuscation_secret]%[obfuscation_next_id++]"