From f587beeef41dd8302f07c79db99c1ce1ee79af0b Mon Sep 17 00:00:00 2001 From: Fermi <> Date: Tue, 15 Oct 2019 22:56:42 +0100 Subject: [PATCH] 2 hats and undoes halloween accidental change --- code/modules/holiday/holidays.dm | 2 +- code/modules/vending/autodrobe.dm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/holiday/holidays.dm b/code/modules/holiday/holidays.dm index 57a1f88703..9d075857a7 100644 --- a/code/modules/holiday/holidays.dm +++ b/code/modules/holiday/holidays.dm @@ -322,7 +322,7 @@ /datum/holiday/halloween name = HALLOWEEN - begin_day = 27 + begin_day = 28 begin_month = OCTOBER end_day = 2 end_month = NOVEMBER diff --git a/code/modules/vending/autodrobe.dm b/code/modules/vending/autodrobe.dm index da9342709e..3879fc70cb 100644 --- a/code/modules/vending/autodrobe.dm +++ b/code/modules/vending/autodrobe.dm @@ -108,8 +108,8 @@ /obj/item/clothing/under/sailor = 1, /obj/item/clothing/ears/headphones = 2, /obj/item/clothing/head/wig/random = 3, - /obj/item/clothing/suit/ran = 1, - /obj/item/clothing/head/ran = 1) + /obj/item/clothing/suit/ran = 2, + /obj/item/clothing/head/ran = 2) contraband = list(/obj/item/clothing/suit/judgerobe = 1, /obj/item/clothing/head/powdered_wig = 1, /obj/item/gun/magic/wand = 2,