Adds the "badass bandana", puts it in the loadout menu and costume vendor. (#29167)
* added librarian vest * f * done * Revert "f" This reverts commit4b8835f94b. * Revert "added librarian vest" This reverts commit4ae7d9f59f. * dsa * loadout * FIX PLEASe * FIX NOEW --------- Co-authored-by: Toastical <20125180+Toastical@users.noreply.github.com> Co-authored-by: Seren Highwater. <102489377+Slurge00@users.noreply.github.com>
@@ -670,6 +670,7 @@
|
||||
/obj/item/clothing/under/costume/pirate = 1,
|
||||
/obj/item/clothing/suit/pirate_brown = 1,
|
||||
/obj/item/clothing/suit/pirate_black =1,
|
||||
/obj/item/clothing/head/cool_bandana =1,
|
||||
/obj/item/clothing/under/costume/pirate_rags =1,
|
||||
/obj/item/clothing/head/pirate = 1,
|
||||
/obj/item/clothing/under/costume/soviet = 1,
|
||||
@@ -789,6 +790,7 @@
|
||||
/obj/item/clothing/under/costume/pirate = 100,
|
||||
/obj/item/clothing/suit/pirate_brown = 100,
|
||||
/obj/item/clothing/suit/pirate_black = 100,
|
||||
/obj/item/clothing/head/cool_bandana = 50,
|
||||
/obj/item/clothing/under/costume/pirate_rags = 100,
|
||||
/obj/item/clothing/head/pirate = 50,
|
||||
/obj/item/clothing/under/costume/soviet = 100,
|
||||
|
||||
@@ -264,3 +264,7 @@
|
||||
/datum/gear/hat/capsolgov
|
||||
display_name = "Cap, Sol Gov"
|
||||
path = /obj/item/clothing/head/soft/solgov
|
||||
|
||||
/datum/gear/hat/cool_bandana
|
||||
display_name = "Badass Bandana"
|
||||
path = /obj/item/clothing/head/cool_bandana
|
||||
|
||||
@@ -614,3 +614,14 @@
|
||||
"Grey" = 'icons/mob/clothing/species/grey/head.dmi',
|
||||
"Drask" = 'icons/mob/clothing/species/drask/head.dmi'
|
||||
)
|
||||
/obj/item/clothing/head/cool_bandana
|
||||
name = "badass bandana"
|
||||
desc = "You know what time it is."
|
||||
icon_state = "tmc_hat"
|
||||
item_state = "armor"
|
||||
sprite_sheets = list(
|
||||
"Vox" = 'icons/mob/clothing/species/vox/head.dmi',
|
||||
"Grey" = 'icons/mob/clothing/species/grey/head.dmi',
|
||||
"Drask" = 'icons/mob/clothing/species/drask/head.dmi',
|
||||
"Kidan" = 'icons/mob/clothing/species/kidan/head.dmi'
|
||||
)
|
||||
|
||||
|
Before Width: | Height: | Size: 255 KiB After Width: | Height: | Size: 256 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 79 KiB |
|
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 99 KiB |