mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-29 19:52:12 +00:00
15 lines
453 B
Plaintext
15 lines
453 B
Plaintext
//place all the outfits for your levels in here.
|
|
|
|
/datum/outfit/vr/vr_basic
|
|
name = "basic vr"
|
|
uniform = /obj/item/clothing/under/psysuit
|
|
shoes = /obj/item/clothing/shoes/black
|
|
|
|
/datum/outfit/vr/roman
|
|
name = "roman"
|
|
uniform = /obj/item/clothing/under/roman
|
|
shoes = /obj/item/clothing/shoes/roman
|
|
l_hand = /obj/item/shield/riot/roman
|
|
r_hand = /obj/item/twohanded/spear
|
|
head = /obj/item/clothing/head/helmet/roman
|
|
back = /obj/item/twohanded/spear |