Further display case improvements

This commit is contained in:
Markolie
2015-09-15 18:47:19 +02:00
parent 6ec0e011de
commit e64ac23677
3 changed files with 51 additions and 18 deletions
@@ -1781,7 +1781,7 @@
var/protection = (prot["head"] + prot["arms"] + prot["feet"] + prot["legs"] + prot["groin"] + prot["chest"] + prot["hands"])/7
return protection
/mob/living/carbon/human/proc/get_print()
if(!dna)
return 0
/mob/living/carbon/human/proc/get_full_print()
if(!dna || !dna.uni_identity)
return
return md5(dna.uni_identity)