Cleaning up post-merge.

This commit is contained in:
Zuhayr
2016-01-22 01:22:49 +10:30
parent 79e06e5ad4
commit 1c100bf457
14 changed files with 99 additions and 920 deletions
+1 -3
View File
@@ -167,8 +167,6 @@
var/assignment = GetAssignment(H)
var/id = generate_record_id()
var/icon/front = new(get_id_photo(H), dir = SOUTH)
var/icon/side = new(get_id_photo(H), dir = WEST)
//General Record
var/datum/data/record/G = CreateGeneralRecord(H, id)
G.fields["name"] = H.real_name
@@ -227,7 +225,7 @@
/proc/generate_record_id()
return add_zero(num2hex(rand(1, 65535)), 4) //no point generating higher numbers because of the limitations of num2hex
/proc/get_id_photo(var/mob/living/carbon/human/H)
/proc/get_id_photo(var/mob/living/carbon/human/H, var/assigned_role)
var/icon/preview_icon = null
var/g = "m"