mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Adds virtual reality human bodies (#12403)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/obj/structure/bed/chair/remote/human
|
||||
name = "virtual reality centre"
|
||||
desc = "A comfortable chair with full audio-visual transposition centres. This one gives you access to a virtual reality body."
|
||||
|
||||
/obj/structure/bed/chair/remote/human/user_buckle(mob/user)
|
||||
..()
|
||||
if(ishuman(user))
|
||||
var/mob/living/carbon/human/H = user
|
||||
SSvirtualreality.create_virtual_reality_avatar(H)
|
||||
Reference in New Issue
Block a user