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 16:39:54 +00:00
committed by GitHub
co-authored by Toastical Seren Highwater.
parent a519ea6778
commit abc6e221b2
9 changed files with 17 additions and 0 deletions
+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'
)