Now Look at This Jumpsuit, That I Just Found (#13366)
* Adds rotten suit. Adds rotten shoes. Adds four rotten suits and four pairs of rotten shoes to the autodrobe. * Increases the number of rotten outfits in the autodrobe from four to five. * Adds in-hand sprites for rotten suit and rotten shoes.
@@ -1985,6 +1985,8 @@ var/global/num_vending_terminals = 1
|
||||
/obj/item/clothing/suit/clownpiece = 3,
|
||||
/obj/item/clothing/head/clownpiece = 3,
|
||||
/obj/item/clothing/head/cowboy = 3,
|
||||
/obj/item/clothing/under/rottensuit = 5,
|
||||
/obj/item/clothing/shoes/rottenshoes = 5,
|
||||
) //Pretty much everything that had a chance to spawn.
|
||||
contraband = list(
|
||||
/obj/item/clothing/suit/cardborg = 3,
|
||||
|
||||
@@ -391,3 +391,10 @@
|
||||
item_state = "workboots"
|
||||
species_fit = list(VOX_SHAPED)
|
||||
footprint_type = /obj/effect/decal/cleanable/blood/tracks/footprints/boots
|
||||
|
||||
/obj/item/clothing/shoes/rottenshoes
|
||||
name = "rotten shoes"
|
||||
desc = "These shoes seem perfect for sneaking around."
|
||||
icon_state = "rottenshoes"
|
||||
item_state = "rottenshoes"
|
||||
inhand_states = list("left_hand" = 'icons/mob/in-hand/left/clothing.dmi', "right_hand" = 'icons/mob/in-hand/right/clothing.dmi')
|
||||
|
||||
@@ -699,3 +699,11 @@
|
||||
_color = "vox-skelesuit"
|
||||
species_restricted = list(VOX_SHAPED)
|
||||
species_fit = list(VOX_SHAPED)
|
||||
|
||||
/obj/item/clothing/under/rottensuit
|
||||
name = "rotten suit"
|
||||
desc = "This suit seems perfect for wearing underneath a disguise."
|
||||
icon_state = "rottensuit"
|
||||
item_state = "rottensuit"
|
||||
inhand_states = list("left_hand" = 'icons/mob/in-hand/left/clothing.dmi', "right_hand" = 'icons/mob/in-hand/right/clothing.dmi')
|
||||
_color = "rottensuit"
|
||||
|
||||
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 18 KiB |
BIN
icons/mob/in-hand/left/clothing.dmi
Normal file
|
After Width: | Height: | Size: 457 B |
BIN
icons/mob/in-hand/right/clothing.dmi
Normal file
|
After Width: | Height: | Size: 484 B |
|
Before Width: | Height: | Size: 249 KiB After Width: | Height: | Size: 250 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |