forked from Baystation12/Baystation12
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
92c56d4
commit f8691a8
Showing
22 changed files
with
420 additions
and
60 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
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
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,13 @@ | ||
//Unathi stuff | ||
|
||
/datum/gear/suit/unathi/security_cap | ||
category = GEAR_CATEGORY_HATS_AND_HEADWEAR | ||
display_name = "(Unathi) big security cap" | ||
path = /obj/item/clothing/head/cap/sec | ||
slot = slot_head | ||
|
||
/datum/gear/suit/unathi/desert_cap | ||
category = GEAR_CATEGORY_HATS_AND_HEADWEAR | ||
display_name = "(Unathi) suncap" | ||
path = /obj/item/clothing/head/cap/desert | ||
slot = slot_head |
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,14 @@ | ||
//Unathi stuff | ||
/datum/gear/suit/unathi/footwraps | ||
category = GEAR_CATEGORY_SHOES_AND_FOOTWEAR | ||
display_name = "(Unathi) big footwraps" | ||
path = /obj/item/clothing/shoes/loadout_unathi | ||
slot = slot_shoes | ||
flags = GEAR_HAS_COLOR_SELECTION | ||
|
||
/datum/gear/suit/unathi/sandals | ||
category = GEAR_CATEGORY_SHOES_AND_FOOTWEAR | ||
display_name = "(Unathi) unathi sandals" | ||
path = /obj/item/clothing/shoes/loadout_unathi/sandals | ||
slot = slot_shoes | ||
flags = GEAR_HAS_COLOR_SELECTION |
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
Oops, something went wrong.