A player can change identity. First and Last touch should both register the real name.

This commit is contained in:
phil235
2016-05-13 17:34:34 +02:00
parent 42e259d925
commit ee897f2ed9
+2 -2
View File
@@ -63,12 +63,12 @@
var/current_time = time_stamp()
if(!fingerprintshidden[M.key])
fingerprintshidden[M.key] = "Real name: [M.real_name]. First: \[[current_time]\][hasgloves]."
fingerprintshidden[M.key] = "First: [M.real_name]\[[current_time]\][hasgloves]."
else
var/laststamppos = findtext(fingerprintshidden[M.key], " Last: ")
if(laststamppos)
fingerprintshidden[M.key] = copytext(fingerprintshidden[M.key], 1, laststamppos)
fingerprintshidden[M.key] += " Last: \[[current_time]\][hasgloves]."
fingerprintshidden[M.key] += " Last: [M.real_name]\[[current_time]\][hasgloves]."
fingerprintslast = M.ckey