More fixings.

Conflicts:
	code/game/machinery/computer/medical.dm
This commit is contained in:
Rob Nelson
2014-01-20 01:09:03 -05:00
committed by ZomgPonies
parent 6013605aa6
commit 1b2d09bb2d
11 changed files with 204 additions and 69 deletions
+3 -3
View File
@@ -104,13 +104,13 @@
var/datum/data/record/L = new()
L.fields["id"] = md5("[H.real_name][H.mind.assigned_role]")
L.fields["name"] = H.real_name
L.fields["rank"] = H.mind.assigned_role
L.fields["rank"] = H.mind.assigned_role
L.fields["age"] = H.age
L.fields["sex"] = H.gender
L.fields["b_type"] = H.b_type
L.fields["b_dna"] = H.dna.unique_enzymes
L.fields["enzymes"] = H.dna.struc_enzymes
L.fields["identity"] = H.dna.uni_identity
L.fields["enzymes"] = H.dna.SE // Used in respawning
L.fields["identity"] = H.dna.UI // "
L.fields["image"] = getFlatIcon(H,0) //This is god-awful
locked += L
return