Skip to content

Commit

Permalink
[MIRROR] Fix record photos not appearing
Browse files Browse the repository at this point in the history
  • Loading branch information
Qlonever authored and SuhEugene committed Sep 29, 2023
1 parent 68d74c2 commit 3706e7f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ GLOBAL_VAR_INIT(arrest_security_status, "Arrest")

/datum/computer_file/report/crew_record/proc/load_from_mob(mob/living/carbon/human/H)
if(istype(H))
H.ImmediateOverlayUpdate()
photo_front = getFlatIcon(H, SOUTH, always_use_defdir = 1)
photo_side = getFlatIcon(H, WEST, always_use_defdir = 1)
else
Expand Down

0 comments on commit 3706e7f

Please sign in to comment.