mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
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>
This commit is contained in:
co-authored by
Toastical
Seren Highwater.
parent
a519ea6778
commit
abc6e221b2
@@ -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'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user