mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Adds a Santa hat and Santa suit item, and improves admin-only Santa's hat and Santa's suit. (#31172)
* adds a crew santa hat and suit, improves the Santa's hat and Santa's suit * fix santa hat flags * address a PR comment AND the new span stuff at the same time, wowie zowie
This commit is contained in:
+6
-2
@@ -778,7 +778,9 @@
|
||||
/obj/item/clothing/under/costume/kasaya = 1,
|
||||
/obj/item/clothing/under/costume/modestgreen = 1,
|
||||
/obj/item/clothing/under/costume/thobe = 1,
|
||||
/obj/item/clothing/neck/cloak/tallit = 1)
|
||||
/obj/item/clothing/neck/cloak/tallit = 1,
|
||||
/obj/item/clothing/head/santahat = 3,
|
||||
/obj/item/clothing/suit/santa = 1)
|
||||
|
||||
contraband = list(/obj/item/clothing/suit/judgerobe = 1,
|
||||
/obj/item/clothing/head/powdered_wig = 1,
|
||||
@@ -914,7 +916,9 @@
|
||||
/obj/item/clothing/under/costume/kasaya = 100,
|
||||
/obj/item/clothing/under/costume/modestgreen = 100,
|
||||
/obj/item/clothing/under/costume/thobe = 100,
|
||||
/obj/item/clothing/neck/cloak/tallit = 75)
|
||||
/obj/item/clothing/neck/cloak/tallit = 75,
|
||||
/obj/item/clothing/head/santahat = 50,
|
||||
/obj/item/clothing/suit/santa = 200)
|
||||
|
||||
refill_canister = /obj/item/vending_refill/autodrobe
|
||||
|
||||
|
||||
Reference in New Issue
Block a user