mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-17 20:30:46 +01:00
f8333a8d93
* move those to static paths * maps * . * . * ugh * .
18 lines
583 B
Plaintext
18 lines
583 B
Plaintext
/datum/decl/hierarchy/outfit/pirate
|
|
hierarchy_type = /datum/decl/hierarchy/outfit/pirate
|
|
name = "Pirate"
|
|
uniform = /obj/item/clothing/under/pirate
|
|
shoes = /obj/item/clothing/shoes/brown
|
|
head = /obj/item/clothing/head/bandana
|
|
glasses = /obj/item/clothing/glasses/eyepatch
|
|
l_hand = /obj/item/melee/energy/sword/pirate
|
|
|
|
/datum/decl/hierarchy/outfit/pirate/norm
|
|
|
|
/datum/decl/hierarchy/outfit/pirate/space
|
|
name = "Pirate - Space"
|
|
head = /obj/item/clothing/head/helmet/space
|
|
suit = /obj/item/clothing/suit/pirate
|
|
back = /obj/item/tank/jetpack/oxygen
|
|
flags = OUTFIT_HAS_JETPACK
|