Makes it possible to select department channels on intercoms.

This commit is contained in:
PsiOmega
2015-09-02 10:38:16 +02:00
parent 0bd41e604b
commit c730a67d79
7 changed files with 118 additions and 44 deletions
+4 -4
View File
@@ -149,7 +149,7 @@
id_card.dna_hash = dna.unique_enzymes
id_card.fingerprint_hash= md5(dna.uni_identity)
id_card.update_name()
/mob/living/carbon/human/set_id_info(var/obj/item/weapon/card/id/id_card)
..()
id_card.age = age
@@ -221,16 +221,16 @@
/obj/item/weapon/card/id/captains_spare/New()
access = get_all_station_access()
..()
/obj/item/weapon/card/id/synthetic
name = "\improper Synthetic ID"
desc = "Access module for NanoTrasen Synthetics"
icon_state = "id-robot"
item_state = "tdgreen"
assignment = "Synthetic"
/obj/item/weapon/card/id/synthetic/New()
access = get_all_station_access()
access = get_all_station_access() + access_synth
..()
/obj/item/weapon/card/id/centcom