Adds 2 Suspender Subtypes, gives suspenders a new toggle, and adds Mystic Robes (#47821)
* Blue, Gray suspenders * Adds suit toggle for X-Y suspenders for some reason * Psijic monk robes and hood, toggles, all good to go. * Cleans up magic pixels, tones down colors. * Inhand sprites are in. * Suspenders exist on the map somewhere * BEGONE FORELORN PIXELS OF YORE
@@ -9009,7 +9009,7 @@
|
||||
},
|
||||
/obj/structure/table/wood,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/item/clothing/suit/suspenders,
|
||||
/obj/item/clothing/suit/toggle/suspenders,
|
||||
/obj/effect/spawner/lootdrop/costume,
|
||||
/obj/effect/turf_decal/tile/red{
|
||||
dir = 1
|
||||
|
||||
@@ -13696,7 +13696,7 @@
|
||||
/obj/machinery/light/small{
|
||||
dir = 1
|
||||
},
|
||||
/obj/item/clothing/suit/suspenders,
|
||||
/obj/item/clothing/suit/toggle/suspenders,
|
||||
/obj/item/clothing/head/papersack/smiley,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/open/floor/plasteel/dark,
|
||||
|
||||
@@ -2247,7 +2247,7 @@
|
||||
/obj/item/clothing/gloves/color/white,
|
||||
/obj/item/clothing/mask/gas/mime,
|
||||
/obj/item/clothing/head/frenchberet,
|
||||
/obj/item/clothing/suit/suspenders,
|
||||
/obj/item/clothing/suit/toggle/suspenders,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/bottleofnothing,
|
||||
/obj/item/storage/backpack/mime)
|
||||
crate_name = "standard costume crate"
|
||||
|
||||
@@ -106,12 +106,13 @@
|
||||
|
||||
|
||||
//Mime
|
||||
/obj/item/clothing/suit/suspenders
|
||||
/obj/item/clothing/suit/toggle/suspenders
|
||||
name = "suspenders"
|
||||
desc = "They suspend the illusion of the mime's play."
|
||||
icon = 'icons/obj/clothing/belts.dmi'
|
||||
icon_state = "suspenders"
|
||||
blood_overlay_type = "armor" //it's the less thing that I can put here
|
||||
togglename = "straps"
|
||||
|
||||
//Security
|
||||
/obj/item/clothing/suit/security/officer
|
||||
@@ -165,7 +166,7 @@
|
||||
item_state = "techpriest"
|
||||
body_parts_covered = CHEST|GROIN|LEGS|ARMS
|
||||
hoodtype = /obj/item/clothing/head/hooded/techpriest
|
||||
|
||||
|
||||
/obj/item/clothing/head/hooded/techpriest
|
||||
name = "techpriest's hood"
|
||||
desc = "A hood for those who REALLY love their toasters."
|
||||
|
||||
@@ -703,3 +703,33 @@
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
flags_inv = HIDEGLOVES|HIDEEARS|HIDEFACE|HIDEHAIR|HIDEFACIALHAIR
|
||||
alternate_worn_layer = UNDER_HEAD_LAYER
|
||||
|
||||
/obj/item/clothing/suit/toggle/suspenders/blue
|
||||
name = "blue suspenders"
|
||||
desc = "The symbol of hard labor and dirty jobs."
|
||||
icon = 'icons/obj/clothing/belts.dmi'
|
||||
icon_state = "suspenders_blue"
|
||||
|
||||
/obj/item/clothing/suit/toggle/suspenders/gray
|
||||
name = "gray suspenders"
|
||||
desc = "The symbol of hard labor and dirty jobs."
|
||||
icon = 'icons/obj/clothing/belts.dmi'
|
||||
icon_state = "suspenders_gray"
|
||||
|
||||
/obj/item/clothing/suit/hooded/mysticrobe
|
||||
name = "mystic's robe"
|
||||
desc = "Wearing this makes you feel more attuned with the nature of the universe... as well as a bit more irresponsible. "
|
||||
icon_state = "mysticrobe"
|
||||
item_state = "mysticrobe"
|
||||
body_parts_covered = CHEST|GROIN|LEGS|ARMS
|
||||
allowed = list(/obj/item/spellbook, /obj/item/storage/book/bible)
|
||||
flags_inv = HIDEJUMPSUIT
|
||||
hoodtype = /obj/item/clothing/head/hooded/mysticrobe
|
||||
|
||||
/obj/item/clothing/head/hooded/mysticrobe
|
||||
name = "mystic's hood"
|
||||
desc = "The balance of reality tips towards order."
|
||||
icon_state = "mystichood"
|
||||
item_state = "mystichood"
|
||||
body_parts_covered = HEAD
|
||||
flags_inv = HIDEHAIR|HIDEEARS|HIDEFACIALHAIR|HIDEFACE|HIDEMASK
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
mask = /obj/item/clothing/mask/gas/mime
|
||||
gloves = /obj/item/clothing/gloves/color/white
|
||||
head = /obj/item/clothing/head/frenchberet
|
||||
suit = /obj/item/clothing/suit/suspenders
|
||||
suit = /obj/item/clothing/suit/toggle/suspenders
|
||||
backpack_contents = list(/obj/item/book/mimery=1, /obj/item/reagent_containers/food/drinks/bottle/bottleofnothing=1)
|
||||
|
||||
backpack = /obj/item/storage/backpack/mime
|
||||
|
||||
@@ -136,7 +136,8 @@
|
||||
/obj/item/shield/riot/roman/fake = 1,
|
||||
/obj/item/clothing/suit/chaplainsuit/clownpriest = 1,
|
||||
/obj/item/clothing/head/clownmitre = 1,
|
||||
/obj/item/skub = 1)
|
||||
/obj/item/skub = 1,
|
||||
/obj/item/clothing/suit/hooded/mysticrobe = 1)
|
||||
refill_canister = /obj/item/vending_refill/autodrobe
|
||||
|
||||
/obj/machinery/vending/autodrobe/canLoadItem(obj/item/I,mob/user)
|
||||
|
||||
@@ -106,7 +106,9 @@
|
||||
/obj/item/clothing/shoes/cowboy/black = 2,
|
||||
/obj/item/clothing/suit/jacket/miljacket = 1,
|
||||
/obj/item/clothing/suit/apron/purple_bartender = 2,
|
||||
/obj/item/clothing/under/rank/civilian/bartender/purple = 2)
|
||||
/obj/item/clothing/under/rank/civilian/bartender/purple = 2,
|
||||
/obj/item/clothing/suit/toggle/suspenders/blue = 2,
|
||||
/obj/item/clothing/suit/toggle/suspenders/gray = 2)
|
||||
contraband = list(/obj/item/clothing/under/syndicate/tacticool = 1,
|
||||
/obj/item/clothing/under/syndicate/tacticool/skirt = 1,
|
||||
/obj/item/clothing/mask/balaclava = 1,
|
||||
|
||||
|
Before Width: | Height: | Size: 192 KiB After Width: | Height: | Size: 194 KiB |
|
Before Width: | Height: | Size: 356 KiB After Width: | Height: | Size: 355 KiB |
|
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 74 KiB |
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 73 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 95 KiB |
|
Before Width: | Height: | Size: 127 KiB After Width: | Height: | Size: 128 KiB |