mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-20 19:57:28 +01:00
VR Pods spawn you with loadout items now (#6976)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user