Skip to content

Commit

Permalink
White Bandana is real
Browse files Browse the repository at this point in the history
Adds white bandana
  • Loading branch information
Nakalon committed Jan 5, 2024
1 parent 584581e commit 8b18287
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
/obj/item/clothing/suit/apron = 2,
/obj/item/clothing/suit/apron/overalls = 2,
/obj/item/clothing/under/rank/civilian/hydroponics = 3,
/obj/item/clothing/mask/bandana = 3)
/obj/item/clothing/mask/bandana/botany = 3)
generate_items_inside(items_inside,src)

/obj/structure/closet/wardrobe/curator
Expand Down
11 changes: 8 additions & 3 deletions code/modules/clothing/masks/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -253,16 +253,16 @@
item_state = "bumba"

/obj/item/clothing/mask/bandana
name = "botany bandana"
desc = "A fine bandana with nanotech lining and a hydroponics pattern."
name = "white bandana"
desc = "A fine white bandana with nanotech lining."
w_class = WEIGHT_CLASS_TINY
flags_cover = MASKCOVERSMOUTH
flags_inv = HIDEFACE|HIDEFACIALHAIR|HIDESNOUT
visor_flags_inv = HIDEFACE|HIDEFACIALHAIR|HIDESNOUT
visor_flags_cover = MASKCOVERSMOUTH
slot_flags = ITEM_SLOT_MASK
adjusted_flags = ITEM_SLOT_HEAD
icon_state = "bandbotany"
icon_state = "bandwhite"

/obj/item/clothing/mask/bandana/attack_self(mob/user)
adjustmask(user)
Expand Down Expand Up @@ -322,6 +322,11 @@
desc = "A fine black bandana with nanotech lining and a skull emblem."
icon_state = "bandskull"

/obj/item/clothing/mask/bandana/botany
name = "botany bandana"
desc = "A fine bandana with nanotech lining and a hydroponics pattern."
icon_state = "bandbotany"

/obj/item/clothing/mask/bandana/durathread
name = "durathread bandana"
desc = "A bandana made from durathread, you wish it would provide some protection to its wearer, but it's far too thin..."
Expand Down
2 changes: 1 addition & 1 deletion code/modules/vending/wardrobes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
/obj/item/clothing/under/rank/civilian/hydroponics/skirt = 3,
/obj/item/clothing/under/plasmaman/botany = 3,
/obj/item/clothing/head/helmet/space/plasmaman/botany = 3,
/obj/item/clothing/mask/bandana = 3,
/obj/item/clothing/mask/bandana/botany = 3,
/obj/item/clothing/accessory/armband/hydro = 3,
/obj/item/clothing/head/cowboy = 3)
contraband = list(/obj/item/clothing/suit/hooded/wintercoat/hydro/old = 3)
Expand Down
Binary file modified icons/mob/clothing/head.dmi
Binary file not shown.
Binary file modified icons/mob/mask.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/masks.dmi
Binary file not shown.

0 comments on commit 8b18287

Please sign in to comment.