No nullname ID cards

This commit is contained in:
Chinsky
2013-11-12 02:10:01 +03:00
parent b7edb181ed
commit 8696d4fbd9

View File

@@ -127,7 +127,7 @@
icon_state = "id"
item_state = "card-id"
var/access = list()
var/registered_name = null // The name registered_name on the card
var/registered_name = "Unknown" // The name registered_name on the card
slot_flags = SLOT_ID
var/blood_type = "\[UNSET\]"
@@ -280,4 +280,4 @@
assignment = "General"
New()
access = get_all_centcom_access()
..()
..()