From b161c0459c21e5b30cab95b4586bf5eee696be4e Mon Sep 17 00:00:00 2001 From: klaasjared <86997650+GhostActual@users.noreply.github.com> Date: Sat, 31 Jul 2021 02:19:58 -0400 Subject: [PATCH] Small Fix --- code/modules/economy/vending_machines.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/economy/vending_machines.dm b/code/modules/economy/vending_machines.dm index 6a3d792a514..0b8245835d8 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,