Adds the "badass bandana", puts it in the loadout menu and costume vendor. (#29167)

* added librarian vest

* f

* done

* Revert "f"

This reverts commit 4b8835f94b.

* Revert "added librarian vest"

This reverts commit 4ae7d9f59f.

* 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>
This commit is contained in:
Seren Highwater.
2025-05-05 11:39:54 -05:00
committed by GitHub
parent a519ea6778
commit abc6e221b2
9 changed files with 17 additions and 0 deletions
+2
View File
@@ -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
+11
View File
@@ -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'
)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 255 KiB

After

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

After

Width:  |  Height:  |  Size: 99 KiB