Add Referee costume (#60430)

imageadd: Added referee costume
This commit is contained in:
Tim
2021-07-27 03:17:14 -04:00
committed by GitHub
parent e6115039e9
commit d1c0d5f64d
7 changed files with 18 additions and 5 deletions
@@ -63,6 +63,15 @@
/obj/item/clothing/under/suit/black,
/obj/item/clothing/head/that)
/obj/effect/spawner/bundle/costume/referee
name = "referee costume spawner"
items = list(
/obj/item/clothing/mask/whistle,
/obj/item/clothing/gloves/color/latex,
/obj/item/clothing/shoes/laceup,
/obj/item/clothing/head/soft/black,
/obj/item/clothing/under/costume/referee)
/obj/effect/spawner/bundle/costume/highlander
name = "highlander costume spawner"
items = list(
+7
View File
@@ -282,3 +282,10 @@
icon_state = "SwagOutfit"
inhand_icon_state = "SwagOutfit"
can_adjust = FALSE
/obj/item/clothing/under/costume/referee
name = "referee uniform"
desc = "A standard black and white striped uniform to signal authority."
icon_state = "referee"
inhand_icon_state = "referee"
can_adjust = FALSE
-4
View File
@@ -12,8 +12,6 @@
products = list()
contraband = list()
premium = list()
IF YOU MODIFY THE PRODUCTS LIST OF A MACHINE, MAKE SURE TO UPDATE ITS RESUPPLY CANISTER CHARGES in vending_items.dm
*/
#define MAX_VENDING_INPUT_AMOUNT 30
@@ -1280,5 +1278,3 @@ GLOBAL_LIST_EMPTY(vending_products)
slogan_list = list("[GLOB.deity] says: It's your divine right to buy!")
add_filter("vending_outline", 9, list("type" = "outline", "color" = COLOR_VERY_SOFT_YELLOW))
add_filter("vending_rays", 10, list("type" = "rays", "size" = 35, "color" = COLOR_VIVID_YELLOW))
+2
View File
@@ -112,6 +112,8 @@
/obj/item/clothing/head/cueball = 1,
/obj/item/clothing/under/suit/white_on_white = 1,
/obj/item/clothing/under/costume/sailor = 1,
/obj/item/clothing/under/costume/referee = 1,
/obj/item/clothing/mask/whistle = 1,
/obj/item/clothing/head/delinquent = 1,
/obj/item/clothing/head/wig/random = 3,
/obj/item/clothing/head/shrine_wig = 1,
-1
View File
@@ -1,4 +1,3 @@
//DON'T FORGET TO CHANGE THE REFILL SIZE IF YOU CHANGE THE MACHINE'S CONTENTS!
/obj/machinery/vending/clothing
name = "ClothesMate" //renamed to make the slogan rhyme
desc = "A vending machine for clothing."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 20 KiB