Adds virtual reality human bodies (#12403)

This commit is contained in:
Alberyk
2021-08-31 17:54:35 +02:00
committed by GitHub
parent 3817b4d4d7
commit 9a12064cb6
8 changed files with 65 additions and 1 deletions
@@ -0,0 +1,5 @@
//this human mob is to be used in virtual reality, typically in their own environment where they won't interact with the rest of the world
/mob/living/carbon/human/virtual_reality/death(gibbed)//the body is deleted when you die to simulate your virtual avatar being deleted
..()
qdel(src)