Merge pull request #280 from Yawn-Wider/self

Edgyness increase
This commit is contained in:
Repede
2019-12-08 01:47:03 -05:00
committed by GitHub
5 changed files with 49 additions and 1 deletions

View File

@@ -124,6 +124,13 @@
ckeywhitelist = list("blackangelsace")
character_name = list("Strix Hades")
/datum/gear/fluff/kel_plague_box
path = /obj/item/weapon/storage/box/fluff/kelplague
display_name = "Plague Outfit Box"
description = "Yes"
ckeywhitelist = list("blackangelsace")
character_name = list("Nicodemus Jarvis")
//benl8561
//M.I.S.S.Y
/datum/gear/fluff/missy_skirt

View File

@@ -55,7 +55,7 @@
/obj/item/device/modkit_conversion/fluff/nika_sec_kit)
//***************
//The god himself
//blackangelsace
//***************
/obj/item/weapon/storage/box/fluff/madoka
@@ -68,6 +68,18 @@
/obj/item/clothing/shoes/leg_guard/fluff/madoka_legs,
/obj/item/weapon/oldtwohanded/spear/fluff/madoka_koto_1)
/obj/item/weapon/storage/box/fluff/kelplague
name = "Fancy Plague Doctor Kit"
desc = "Fancy boye stuff."
has_items = list(
/obj/item/clothing/head/plaguedoctorhat,
/obj/item/clothing/suit/storage/trench/fluff/kelplaguecoat,
/obj/item/clothing/under/fluff/kelplagueuniform,
/obj/item/clothing/shoes/dress,
/obj/item/clothing/mask/gas/plaguedoctor/fluff/kelplaguemask,
/obj/item/clothing/gloves/black
)
// **********
//JohnWolf135 / Defunct
// **********

View File

@@ -756,6 +756,35 @@
"Teshari" = 'icons/vore/custom_onmob_yw.dmi'
)
//Plague Boye
/obj/item/clothing/suit/storage/trench/fluff/kelplaguecoat
name = "Dark Leather coat"
desc = "A finely made dark leather coat."
icon = 'icons/vore/custom_clothes_yw.dmi'
icon_state = "kelplaguecoat"
icon_override = 'icons/vore/custom_clothes_yw.dmi'
item_state = "kelplaguecoat_mob"
blood_overlay_type = "coat"
/obj/item/clothing/under/fluff/kelplagueuniform
name = "Dark vest"
desc = "A fancy looking leather suit made of dark cloths. Edgy."
icon = 'icons/vore/custom_clothes_yw.dmi'
icon_state = "kelplagueuniform"
icon_override = 'icons/vore/custom_clothes_yw.dmi'
item_state = "kelplagueuniform_mob"
/obj/item/clothing/mask/gas/plaguedoctor/fluff/kelplaguemask
name = "Customized Gas Mask"
desc = "A dark leather gas mask with rivets instead of stiches holding the two halves together."
icon = 'icons/vore/custom_clothes_yw.dmi'
icon_state = "kelplaguedoctor"
icon_override = 'icons/vore/custom_onmob_yw.dmi'
item_state = "kelplaguedoctor_mob"
item_state_slots = null
armor = list(melee = 0, bullet = 0, laser = 2,energy = 2, bomb = 0, bio = 90, rad = 0)
body_parts_covered = HEAD|FACE|EYES
// *******
// Dawidoe
// *******

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 KiB

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 22 KiB