forked from ParadiseSS13/Paradise
-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vox shoes & gauntlets at loadout and Tools Vendor
- Loading branch information
1 parent
bfce8d8
commit 2ef0c93
Showing
5 changed files
with
64 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
/datum/gear/racial/vox_sandal | ||
display_name = "vox sandals" | ||
path = /obj/item/clothing/shoes/roman/vox | ||
slot = SLOT_HUD_SHOES | ||
|
||
/datum/gear/racial/vox_gauntlets | ||
display_name = "vox gauntlets" | ||
path = /obj/item/clothing/gloves/vox/light | ||
slot = SLOT_HUD_GLOVES | ||
|
||
// ================ | ||
// vox jumpsuits | ||
/datum/gear/racial/vox_jumpsuit | ||
display_name = "vox work jumpsuit" | ||
description = "These loose clothes are optimized for the labors of the lower castes onboard the arkships. Large openings in the top allow for breathability while the pants are durable yet flexible enough to not restrict movement." | ||
path = /obj/item/clothing/under/vox/jumpsuit | ||
slot = SLOT_HUD_JUMPSUIT | ||
|
||
/datum/gear/racial/vox_jumpsuit/red | ||
display_name = "vox red jumpsuit" | ||
path = /obj/item/clothing/under/vox/jumpsuit/red | ||
|
||
/datum/gear/racial/vox_jumpsuit/teal | ||
display_name = "vox teal jumpsuit" | ||
path = /obj/item/clothing/under/vox/jumpsuit/teal | ||
|
||
/datum/gear/racial/vox_jumpsuit/blue | ||
display_name = "vox blue jumpsuit" | ||
path = /obj/item/clothing/under/vox/jumpsuit/blue | ||
|
||
/datum/gear/racial/vox_jumpsuit/green | ||
display_name = "vox green jumpsuit" | ||
path = /obj/item/clothing/under/vox/jumpsuit/green | ||
|
||
/datum/gear/racial/vox_jumpsuit/yellow | ||
display_name = "vox yellow jumpsuit" | ||
path = /obj/item/clothing/under/vox/jumpsuit/yellow | ||
|
||
/datum/gear/racial/vox_jumpsuit/purple | ||
display_name = "vox purple jumpsuit" | ||
path = /obj/item/clothing/under/vox/jumpsuit/purple | ||
|
||
// ================ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters