Merge pull request #961 from Mloc/dev

Added extra data to ID cards. (fingerprint, blood type, dna)
This commit is contained in:
SkyMarshal
2012-05-01 15:19:41 -07:00
5 changed files with 40 additions and 2 deletions

View File

@@ -583,6 +583,10 @@
var/over_jumpsuit = 1 // If set to 0, it won't display on top of the mob's jumpsuit
var/dorm = 0 // determines if this ID has claimed a dorm already
var/blood_type = "\[UNSET\]"
var/dna_hash = "\[UNSET\]"
var/fingerprint_hash = "\[UNSET\]"
/obj/item/weapon/card/id/silver
name = "identification card"
desc = "A silver card which shows honour and dedication."