mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 15:18:09 +01:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@@ -32,4 +32,9 @@
|
||||
|
||||
/datum/gear/suit/gntop
|
||||
display_name = "GN crop jacket"
|
||||
path = /obj/item/clothing/suit/storage/fluff/gntop
|
||||
path = /obj/item/clothing/suit/storage/fluff/gntop
|
||||
|
||||
/datum/gear/suit/old_poncho //This is made from an old sprite which has been here for quite some time. Called old poncho because duplicates
|
||||
display_name = "Colorful poncho"
|
||||
description = "A mexican looking poncho. It look like it fits wolf taurs as well."
|
||||
path = /obj/item/clothing/suit/poncho
|
||||
|
||||
@@ -74,3 +74,14 @@
|
||||
path = /obj/item/clothing/glasses/sunglasses/sechud/tajblind
|
||||
//whitelisted = SPECIES_TAJ
|
||||
sort_category = "Xenowear"
|
||||
|
||||
// Taur stuff
|
||||
/datum/gear/suit/taur/drake_cloak
|
||||
display_name = "drake cloak (Drake-taur)"
|
||||
path = /obj/item/clothing/suit/drake_cloak
|
||||
sort_category = "Xenowear"
|
||||
|
||||
/datum/gear/suit/taur/white_dress
|
||||
display_name = "white wedding dress (Wolf/Horse-taur)"
|
||||
path = /obj/item/clothing/suit/taur_dress/white
|
||||
sort_category = "Xenowear"
|
||||
Reference in New Issue
Block a user