diff --git a/code/modules/economy/vending_machines.dm b/code/modules/economy/vending_machines.dm index 6a3d792a51..0b8245835d 100644 --- a/code/modules/economy/vending_machines.dm +++ b/code/modules/economy/vending_machines.dm @@ -1436,6 +1436,7 @@ products = list( /obj/item/clothing/head/soft/purple = 5, /obj/item/clothing/head/beret/purple = 5, + /obj/item/clothing/head/headband/maid = 5, /obj/item/device/radio/headset/headset_service = 5, /obj/item/clothing/under/rank/janitor = 5, /obj/item/clothing/under/dress/maid/janitor = 5,