From e2f2ffae241790be52393dd5bf90eebdbf963bde Mon Sep 17 00:00:00 2001 From: 13spacemen <46101244+13spacemen@users.noreply.github.com> Date: Mon, 15 Apr 2024 20:36:48 +0500 Subject: [PATCH] apply post-job proc in VR --- code/modules/VR/vr_sleeper.dm | 2 ++ 1 file changed, 2 insertions(+) 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