diff --git a/code/modules/VR/vr_sleeper.dm b/code/modules/VR/vr_sleeper.dm index 5516beaadeed..fed9ae586c30 100644 --- a/code/modules/VR/vr_sleeper.dm +++ b/code/modules/VR/vr_sleeper.dm @@ -180,6 +180,8 @@ if(outfit) var/datum/outfit/O = new outfit() O.equip(vr_human) + var/datum/job/vr_job = vr_human.mind.assigned_role + vr_human.dna.species.after_equip_job(vr_job, vr_human) if(transfer && H.mind) SStgui.close_user_uis(H, src) vr_human.ckey = H.ckey