VR Pods spawn you with loadout items now (#6976)

This commit is contained in:
tacoguy7765093
2023-09-12 23:21:47 +02:00
committed by GitHub
parent 7e7b7200ff
commit 12c19d195c
@@ -266,8 +266,7 @@
occupant.enter_vr(avatar)
avatar.regenerate_icons()
avatar.update_transform()
var/decl/hierarchy/outfit/outfit = outfit_by_type(/decl/hierarchy/outfit/job/assistant) //you spawn with assistant gear, I tried to make loadout spawn but the code sucks
outfit.equip(avatar, "VR Avatar", "VR Avatar")
job_master.EquipRank(avatar,"Visitor", 1, FALSE)
avatar.verbs += /mob/living/carbon/human/proc/exit_vr
avatar.verbs += /mob/living/carbon/human/proc/vr_transform_into_mob
avatar.verbs |= /mob/living/proc/set_size // Introducing NeosVR