i don't want a lot for christmas

there is just one thing i need
This commit is contained in:
PastelPrinceDan
2021-11-04 10:06:00 +00:00
parent 3262333f48
commit 246373c24d
13 changed files with 73 additions and 2 deletions
+19 -1
View File
@@ -394,4 +394,22 @@
)
cost = 10
containertype = /obj/structure/closet/crate
containername = "Knights Gear Crate"
containername = "Knights Gear Crate"
/datum/supply_pack/costumes/christmas
name = "Christmas costume pack"
contains = list(
/obj/item/clothing/head/santa,
/obj/item/clothing/head/santa/green,
/obj/item/clothing/suit/storage/hooded/wintercoat/christmasred,
/obj/item/clothing/suit/storage/hooded/wintercoat/christmasgreen,
/obj/item/clothing/under/christmas/red,
/obj/item/clothing/under/christmas/green,
/obj/item/clothing/under/christmas/croptop/red,
/obj/item/clothing/under/christmas/croptop/green,
/obj/item/clothing/shoes/boots/winter/christmasred,
/obj/item/clothing/shoes/boots/winter/christmasgreen
)
cost = 20
containertype = /obj/structure/closet/crate
containername = "Christmas costume pack"
+10
View File
@@ -164,6 +164,16 @@
desc = "A starry winter hood."
icon_state = "winterhood_cosmic"
/obj/item/clothing/head/hood/winter/christmasred
name = "red christmas winter hood"
desc = "A red festive winter hood."
icon_state = "winterhood_christmasr"
/obj/item/clothing/head/hood/winter/christmasgreen
name = "green christmas winter hood"
desc = "A green festive winter hood."
icon_state = "winterhood_christmasg"
// Explorer gear
/obj/item/clothing/head/hood/explorer
name = "explorer hood"
+10
View File
@@ -174,6 +174,16 @@
icon_state = "explorer"
armor = list(melee = 30, bullet = 10, laser = 10, energy = 15, bomb = 20, bio = 0, rad = 0)
/obj/item/clothing/shoes/boots/winter/christmasred
name = "red christmas boots"
desc = "A pair of fluffy red christmas boots!"
icon_state = "winterboots_christmasr"
/obj/item/clothing/shoes/boots/winter/christmasgreen
name = "green christmas boots"
desc = "A pair of fluffy green christmas boots!"
icon_state = "winterboots_christmasg"
// Allows the wearer to climb cliffs, which could allow for shortcuts or sequence-breaking.
/obj/item/clothing/shoes/boots/winter/climbing
name = "climbing winter boots"
+12
View File
@@ -345,6 +345,18 @@
light_range = 1.2
light_on = TRUE
/obj/item/clothing/suit/storage/hooded/wintercoat/christmasred
name = "red christmas winter coat"
desc = "A festive red Christmas coat! Smells like Candy Cane!"
icon_state = "coatchristmasr"
hoodtype = /obj/item/clothing/head/hood/winter/christmasred
/obj/item/clothing/suit/storage/hooded/wintercoat/christmasgreen
name = "green christmas winter coat"
desc = "A festive green Christmas coat! Smells like Candy Cane!"
icon_state = "coatchristmasg"
hoodtype = /obj/item/clothing/head/hood/winter/christmasgreen
// winter coats end here
/obj/item/clothing/suit/storage/hooded/explorer
+22 -1
View File
@@ -1420,4 +1420,25 @@
icon_state = "hedberg_tech"
worn_state = "hedberg_tech"
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 10) // Equivalent to engineer's jumpsuit.
rolled_sleeves = 0
rolled_sleeves = 0
//christmas stuff
/obj/item/clothing/under/christmas/red
name = "red christmas suit"
desc = "A simple red christmas suit that looks close to Santa's!"
icon_state = "christmasred"
/obj/item/clothing/under/christmas/green
name = "green christmas suit"
desc = "A simple green christmas suit. Smells minty!"
icon_state = "christmasgreen"
/obj/item/clothing/under/christmas/croptop/red
name = "red crop-top christmas suit"
desc = "A simple red christmas suit that doesn't quite looks like Mrs Claus'."
icon_state = "christmascroppedred"
/obj/item/clothing/under/christmas/croptop/green
name = "green crop-top christmas suit"
desc = "A simple green christmas suit that doesn't quite looks like Mrs Claus'. Smells minty!"
icon_state = "christmascroppedgreen"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 243 KiB

After

Width:  |  Height:  |  Size: 244 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 207 KiB

After

Width:  |  Height:  |  Size: 208 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 614 KiB

After

Width:  |  Height:  |  Size: 617 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 141 KiB

After

Width:  |  Height:  |  Size: 141 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 484 KiB

After

Width:  |  Height:  |  Size: 490 KiB