mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
Requested changes completed
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
/mob/living/carbon/human/virtual_reality/death()
|
||||
return_to_lobby()
|
||||
..()
|
||||
return ..()
|
||||
|
||||
/mob/living/carbon/human/virtual_reality/Destroy()
|
||||
return_to_lobby()
|
||||
|
||||
@@ -21,9 +21,6 @@
|
||||
vr_human.revert_to_reality(1)
|
||||
cleanup_vr_avatar()
|
||||
|
||||
/obj/item/clothing/glasses/vr_goggles/emag_act(mob/user)
|
||||
//placeholder
|
||||
|
||||
/obj/item/clothing/glasses/vr_goggles/dropped()
|
||||
..()
|
||||
if(vr_human)
|
||||
|
||||
@@ -45,8 +45,9 @@ proc/build_virtual_avatar(mob/living/carbon/human/H, location, datum/map_templat
|
||||
vr_avatar.real_name = H.real_name
|
||||
vr_avatar.undershirt = H.undershirt
|
||||
vr_avatar.underwear = H.underwear
|
||||
var/obj/item/organ/external/head/hd = H.get_organ("head")
|
||||
vr_avatar.change_hair(hd.h_style)
|
||||
//var/obj/item/organ/external/head/hd = H.get_organ("head")
|
||||
//vr_avatar.change_hair(hd.h_style)
|
||||
vr_avatar.UpdateAppearance()
|
||||
vr_avatar.equipOutfit(template.outfit)
|
||||
return vr_avatar
|
||||
|
||||
@@ -63,4 +64,4 @@ proc/spawn_vr_avatar(mob/living/carbon/human/H, datum/vr_room/room)
|
||||
|
||||
//Preloaded rooms
|
||||
/hook/roundstart/proc/starting_levels()
|
||||
make_vr_room("Lobby", "lobby", "0")
|
||||
make_vr_room("Lobby", "lobby", 0)
|
||||
Reference in New Issue
Block a user