Merge pull request #10488 from Xantholne/xantholne-cowboy02
Red Dead Redemption 2 but it's a crappy 2D space man game
@@ -392,3 +392,33 @@
|
|||||||
desc = "A green Christmas Hat! How festive!"
|
desc = "A green Christmas Hat! How festive!"
|
||||||
icon_state = "christmashatg"
|
icon_state = "christmashatg"
|
||||||
item_state = "christmashatg"
|
item_state = "christmashatg"
|
||||||
|
|
||||||
|
/obj/item/clothing/head/cowboyhat
|
||||||
|
name = "cowboy hat"
|
||||||
|
desc = "A standard brown cowboy hat, yeehaw."
|
||||||
|
icon_state = "cowboyhat"
|
||||||
|
item_state= "cowboyhat"
|
||||||
|
|
||||||
|
/obj/item/clothing/head/cowboyhat/black
|
||||||
|
name = "black cowboy hat"
|
||||||
|
desc = "A a black cowboy hat, perfect for any outlaw"
|
||||||
|
icon_state = "cowboyhat_black"
|
||||||
|
item_state= "cowboyhat_black"
|
||||||
|
|
||||||
|
/obj/item/clothing/head/cowboyhat/white
|
||||||
|
name = "white cowboy hat"
|
||||||
|
desc = "A white cowboy hat, perfect for your every day rancher"
|
||||||
|
icon_state = "cowboyhat_white"
|
||||||
|
item_state= "cowboyhat_white"
|
||||||
|
|
||||||
|
/obj/item/clothing/head/cowboyhat/pink
|
||||||
|
name = "pink cowboy hat"
|
||||||
|
desc = "A pink cowboy? more like cowgirl hat, just don't be a buckle bunny."
|
||||||
|
icon_state = "cowboyhat_pink"
|
||||||
|
item_state= "cowboyhat_pink"
|
||||||
|
|
||||||
|
/obj/item/clothing/head/cowboyhat/sec
|
||||||
|
name = "security cowboy hat"
|
||||||
|
desc = "A security cowboy hat, perfect for any true lawman"
|
||||||
|
icon_state = "cowboyhat_sec"
|
||||||
|
item_state= "cowboyhat_sec"
|
||||||
@@ -355,3 +355,13 @@
|
|||||||
name = "blue leg wraps"
|
name = "blue leg wraps"
|
||||||
desc = "Ankle coverings. Hang ten, brother."
|
desc = "Ankle coverings. Hang ten, brother."
|
||||||
icon_state = "bluecuffs"
|
icon_state = "bluecuffs"
|
||||||
|
|
||||||
|
/obj/item/clothing/shoes/cowboyboots
|
||||||
|
name = "cowboy boots"
|
||||||
|
desc = "A standard pair of brown cowboy boots."
|
||||||
|
icon_state = "cowboyboots"
|
||||||
|
|
||||||
|
/obj/item/clothing/shoes/cowboyboots/black
|
||||||
|
name = "black cowboy boots"
|
||||||
|
desc = "A pair of black cowboy boots, pretty easy to scuff up."
|
||||||
|
icon_state = "cowboyboots_black"
|
||||||
|
|||||||
@@ -311,3 +311,39 @@
|
|||||||
icon_state = "tubetop"
|
icon_state = "tubetop"
|
||||||
has_color = TRUE
|
has_color = TRUE
|
||||||
gender = FEMALE
|
gender = FEMALE
|
||||||
|
|
||||||
|
/datum/sprite_accessory/underwear/top/cowboyshirt
|
||||||
|
name = "Cowboy Shirt Black"
|
||||||
|
icon_state = "cowboyshirt"
|
||||||
|
|
||||||
|
/datum/sprite_accessory/underwear/top/cowboyshirt/s
|
||||||
|
name = "Cowboy Shirt Shortsleeved Black"
|
||||||
|
icon_state = "cowboyshirt_s"
|
||||||
|
|
||||||
|
/datum/sprite_accessory/underwear/top/cowboyshirt/white
|
||||||
|
name = "Cowboy Shirt White"
|
||||||
|
icon_state = "cowboyshirt_white"
|
||||||
|
|
||||||
|
/datum/sprite_accessory/underwear/top/cowboyshirt/white/s
|
||||||
|
name = "Cowboy Shirt Shortsleeved White"
|
||||||
|
icon_state = "cowboyshirt_whites"
|
||||||
|
|
||||||
|
/datum/sprite_accessory/underwear/top/cowboyshirt/navy
|
||||||
|
name = "Cowboy Shirt Navy"
|
||||||
|
icon_state = "cowboyshirt_navy"
|
||||||
|
|
||||||
|
/datum/sprite_accessory/underwear/top/cowboyshirt/navy/s
|
||||||
|
name = "Cowboy Shirt Shortsleeved Navy"
|
||||||
|
icon_state = "cowboyshirt_navys"
|
||||||
|
|
||||||
|
/datum/sprite_accessory/underwear/top/cowboyshirt/red
|
||||||
|
name = "Cowboy Shirt Red"
|
||||||
|
icon_state = "cowboyshirt_red"
|
||||||
|
|
||||||
|
/datum/sprite_accessory/underwear/top/cowboyshirt/red/s
|
||||||
|
name = "Cowboy Shirt Shortsleeved Red"
|
||||||
|
icon_state = "cowboyshirt_reds"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -134,7 +134,13 @@
|
|||||||
/obj/item/clothing/head/christmashatg = 3,
|
/obj/item/clothing/head/christmashatg = 3,
|
||||||
/obj/item/clothing/shoes/winterboots/christmasbootsr = 3,
|
/obj/item/clothing/shoes/winterboots/christmasbootsr = 3,
|
||||||
/obj/item/clothing/shoes/winterboots/christmasbootsg = 3,
|
/obj/item/clothing/shoes/winterboots/christmasbootsg = 3,
|
||||||
/obj/item/clothing/shoes/winterboots/santaboots = 3)
|
/obj/item/clothing/shoes/winterboots/santaboots = 3,
|
||||||
|
/obj/item/clothing/head/cowboyhat = 3,
|
||||||
|
/obj/item/clothing/head/cowboyhat/black = 3,
|
||||||
|
/obj/item/clothing/head/cowboyhat/white = 3,
|
||||||
|
/obj/item/clothing/head/cowboyhat/pink = 3,
|
||||||
|
/obj/item/clothing/shoes/cowboyboots = 3,
|
||||||
|
/obj/item/clothing/shoes/cowboyboots/black = 3)
|
||||||
contraband = list(/obj/item/clothing/under/syndicate/tacticool = 3,
|
contraband = list(/obj/item/clothing/under/syndicate/tacticool = 3,
|
||||||
/obj/item/clothing/under/syndicate/tacticool/skirt = 3,
|
/obj/item/clothing/under/syndicate/tacticool/skirt = 3,
|
||||||
/obj/item/clothing/mask/balaclava = 3,
|
/obj/item/clothing/mask/balaclava = 3,
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 210 KiB After Width: | Height: | Size: 211 KiB |
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 67 KiB |
|
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 103 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@@ -102,3 +102,33 @@
|
|||||||
name = "Green Santa Hat"
|
name = "Green Santa Hat"
|
||||||
category = SLOT_HEAD
|
category = SLOT_HEAD
|
||||||
path = /obj/item/clothing/head/christmashatg
|
path = /obj/item/clothing/head/christmashatg
|
||||||
|
|
||||||
|
/datum/gear/cowboyhat
|
||||||
|
name = "Cowboy Hat, Brown"
|
||||||
|
category = SLOT_HEAD
|
||||||
|
path = /obj/item/clothing/head/cowboyhat
|
||||||
|
|
||||||
|
/datum/gear/cowboyhat/black
|
||||||
|
name = "Cowboy Hat, Black"
|
||||||
|
category = SLOT_HEAD
|
||||||
|
path = /obj/item/clothing/head/cowboyhat/black
|
||||||
|
|
||||||
|
/datum/gear/cowboyhat/white
|
||||||
|
name = "Cowboy Hat, White"
|
||||||
|
category = SLOT_HEAD
|
||||||
|
path = /obj/item/clothing/head/cowboyhat/white
|
||||||
|
|
||||||
|
/datum/gear/cowboyhat/pink
|
||||||
|
name = "Cowboy Hat, Pink"
|
||||||
|
category = SLOT_HEAD
|
||||||
|
path = /obj/item/clothing/head/cowboyhat/pink
|
||||||
|
|
||||||
|
/datum/gear/cowboyhat/sec
|
||||||
|
name = "Cowboy Hat, Security"
|
||||||
|
category = SLOT_HEAD
|
||||||
|
path = /obj/item/clothing/head/cowboyhat/sec
|
||||||
|
restricted_desc = "Security"
|
||||||
|
restricted_roles = list("Warden","Detective","Security Officer","Head of Security")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -72,3 +72,13 @@
|
|||||||
name = "Santa Boots"
|
name = "Santa Boots"
|
||||||
category = SLOT_SHOES
|
category = SLOT_SHOES
|
||||||
path= /obj/item/clothing/shoes/winterboots/santaboots
|
path= /obj/item/clothing/shoes/winterboots/santaboots
|
||||||
|
|
||||||
|
/datum/gear/cowboyboots
|
||||||
|
name = "Cowboy Boots, Brown"
|
||||||
|
category = SLOT_SHOES
|
||||||
|
path = /obj/item/clothing/shoes/cowboyboots
|
||||||
|
|
||||||
|
/datum/gear/cowboyboots/black
|
||||||
|
name = "Cowboy Boots, Black"
|
||||||
|
category = SLOT_SHOES
|
||||||
|
path = /obj/item/clothing/shoes/cowboyboots/black
|
||||||