Skip to content

Commit

Permalink
Removes holiday restriction on Christmas clothes in loadouts (#947)
Browse files Browse the repository at this point in the history
Remove holiday restriction from some loadout items

Co-authored-by: Milk <[email protected]>
  • Loading branch information
Steals-The-PRs and HoodMilk authored Dec 4, 2023
1 parent e6a244f commit 485eb0a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,17 +268,14 @@ GLOBAL_LIST_INIT(loadout_helmets, generate_loadout_items(/datum/loadout_item/hea
/datum/loadout_item/head/santa
name = "Santa Hat"
item_path = /obj/item/clothing/head/costume/santa
required_season = CHRISTMAS

/datum/loadout_item/head/christmas
name = "Red Christmas Hat"
item_path = /obj/item/clothing/head/costume/skyrat/christmas
required_season = CHRISTMAS

/datum/loadout_item/head/christmas/green
name = "Green Christmas Hat"
item_path = /obj/item/clothing/head/costume/skyrat/christmas/green
required_season = CHRISTMAS

/*
* HALLOWEEN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ GLOBAL_LIST_INIT(loadout_shoes, generate_loadout_items(/datum/loadout_item/shoes
/datum/loadout_item/shoes/christmas
name = "Red Christmas Boots"
item_path = /obj/item/clothing/shoes/winterboots/christmas
required_season = CHRISTMAS

/datum/loadout_item/shoes/christmas/green
name = "Green Christmas Boots"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ GLOBAL_LIST_INIT(loadout_exosuits, generate_loadout_items(/datum/loadout_item/su
/datum/loadout_item/suit/winter_coat/christmas
name = "Christmas Coat"
item_path = /obj/item/clothing/suit/hooded/wintercoat/skyrat/christmas
required_season = CHRISTMAS

/datum/loadout_item/suit/winter_coat/christmas/green
name = "Green Christmas Coat"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ GLOBAL_LIST_INIT(loadout_miscunders, generate_loadout_items(/datum/loadout_item/
/datum/loadout_item/under/miscellaneous/christmas
name = "Christmas Suit"
item_path = /obj/item/clothing/under/costume/skyrat/christmas
required_season = CHRISTMAS

/datum/loadout_item/under/miscellaneous/christmas/green
name = "Green Christmas Suit"
Expand Down

0 comments on commit 485eb0a

Please sign in to comment.