Merge pull request #994 from KBraid/braidtweak3

small tweaks
This commit is contained in:
Izac Joof Forsgren
2020-08-30 07:34:18 +02:00
committed by GitHub
5 changed files with 33 additions and 4 deletions
@@ -635,7 +635,13 @@
description = "You're such a goggle head!"
ckeywhitelist = list("kbraid")
character_name = list("Eili") //Character name. this variable is required, or the item doesn't show in loadout. Change to "character_name = null" if not character restricted.
//Braid
/datum/gear/fluff/kbraidoutfit
path = /obj/item/clothing/suit/storage/hooded/fluff/kbraid
display_name = "Braid uniform"
description = "The uniform of an Avali named Braid"
ckeywhitelist = list("kbraid")
character_name = list("Braid") //Character name. this variable is required, or the item doesn't show in loadout. Change to "character_name = null" if not character restricted.
// L CKEYS
//lawst
@@ -490,8 +490,8 @@
item_state = "tesh_beltcloak_atmos"
/obj/item/clothing/suit/storage/seromi/beltcloak/jobs/cmo
name = "chief medical belted officer cloak"
desc = "A soft Teshari cloak made the Cheif Medical Officer"
name = "chief medical officer belted cloak"
desc = "A soft Teshari cloak made the Chief Medical Officer"
icon_state = "tesh_beltcloak_cmo"
item_state = "tesh_beltcloak_cmo"
@@ -1696,6 +1696,29 @@
else
return ..()
/obj/item/clothing/suit/storage/hooded/fluff/kbraid
name = "Braid's outfit"
desc = "The uniform of an Avali named Braid"
icon = 'icons/vore/custom_clothes_yw.dmi'
icon_state = "kbraid_outfit"
icon_override = 'icons/vore/custom_clothes_yw.dmi'
item_state = "kbraid_outfit_s"
body_parts_covered = UPPER_TORSO|ARMS|FEET
hoodtype = /obj/item/clothing/head/hood/kbraid_hood
action_button_name = "Toggle Headphones"
/obj/item/clothing/head/hood/kbraid_hood
name = "Earphones"
desc = "A set of Avali earphones."
icon = 'icons/vore/custom_clothes_yw.dmi'
icon_state = "kbraid_head"
icon_override = 'icons/vore/custom_clothes_yw.dmi'
item_state = "kbraid_head_s"
ear_protection = 1
// ********
// Whiteout
// ********
/obj/item/clothing/under/harness_white
name = "white gear harness"
desc = "How... minimalist."
@@ -1703,4 +1726,4 @@
icon_state = "gear_harness_white"
icon_override = 'icons/vore/custom_clothes_yw.dmi'
item_state = "gear_harness_white"
body_parts_covered = 0
body_parts_covered = 0
Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 144 KiB