mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Adds a Lii'kenka origin & citizenship (#19437)
   Done at the request of @desvenlafaxine.
This commit is contained in:
@@ -179,7 +179,7 @@ var/const/NO_EMAG_ACT = -50
|
||||
/mob/living/carbon/human/set_id_info(var/obj/item/card/id/id_card)
|
||||
..()
|
||||
id_card.age = age
|
||||
id_card.citizenship = citizenship
|
||||
id_card.citizenship = SSrecords.get_citizenship_record_name(citizenship)
|
||||
id_card.mob_id = WEAKREF(src)
|
||||
id_card.employer_faction = employer_faction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user