mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Adds virtual reality human bodies (#12403)
This commit is contained in:
@@ -91,3 +91,14 @@
|
||||
|
||||
/datum/outfit/admin/random/visitor/get_id_rank()
|
||||
return "Visitor"
|
||||
|
||||
/datum/outfit/admin/virtual_reality
|
||||
name = "Virtual Reality Outfit"
|
||||
uniform = /obj/item/clothing/under/chameleon
|
||||
suit = /obj/item/clothing/suit/chameleon
|
||||
back = /obj/item/storage/backpack/chameleon
|
||||
gloves = /obj/item/clothing/gloves/chameleon
|
||||
shoes = /obj/item/clothing/shoes/chameleon
|
||||
head = /obj/item/clothing/head/chameleon
|
||||
mask = /obj/item/clothing/mask/chameleon
|
||||
glasses = /obj/item/clothing/glasses/chameleon
|
||||
|
||||
Reference in New Issue
Block a user