From 91eda4a26c5c8343799837c5925d8edc871f1069 Mon Sep 17 00:00:00 2001 From: "JOAN-RIG\\Joan Risu" Date: Sun, 1 Oct 2017 20:11:31 -0700 Subject: [PATCH 1/3] Formatting changes --- code/modules/vore/fluffstuff/custom_boxes_vr.dm | 2 +- config/custom_items.txt | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/code/modules/vore/fluffstuff/custom_boxes_vr.dm b/code/modules/vore/fluffstuff/custom_boxes_vr.dm index 945a84418b..6839f3b715 100644 --- a/code/modules/vore/fluffstuff/custom_boxes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_boxes_vr.dm @@ -122,7 +122,7 @@ new /obj/item/weapon/material/hatchet/tacknife/combatknife/fluff/katarina(src) new /obj/item/clothing/under/rank/internalaffairs/fluff/joan(src) -//Drake_Frostpaw:Drake Frostpaw +//drake_frostpaw:Drake Frostpaw /obj/item/weapon/storage/box/fluff/drake name = "United Federation Uniform Kit" desc = "A box containing all the parts of a United Federation Uniform" diff --git a/config/custom_items.txt b/config/custom_items.txt index 3ab52b7fcf..2d87922323 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -182,6 +182,12 @@ character_name: Elliot Richards item_path: /obj/item/weapon/storage/belt/champion } +{ +ckey: drake_frostpaw +character_name: Drake Frostpaw +item_path: /obj/item/weapon/storage/box/fluff/drake +} + { ckey: draycu character_name: Theseus @@ -190,12 +196,6 @@ item_name: theseus' diamond coin item_desc: An engraved coin made of diamond. On the side for heads is printed the year 2541, along with the letter T. On the side for tails, the letter Y can be seen. } -{ -ckey: Drake_Frostpaw -character_name: Drake Frostpaw -item_path: /obj/item/weapon/storage/box/fluff/drake -} - # ######## E CKEYS # Permit Expired From 7fc1a59ff0f2b7932b35de27e696b9423ad894e1 Mon Sep 17 00:00:00 2001 From: Spades Date: Mon, 2 Oct 2017 04:20:28 -0400 Subject: [PATCH 2/3] no underscores you ding dong --- code/modules/vore/fluffstuff/custom_boxes_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vore/fluffstuff/custom_boxes_vr.dm b/code/modules/vore/fluffstuff/custom_boxes_vr.dm index 6839f3b715..2afe4bc5f7 100644 --- a/code/modules/vore/fluffstuff/custom_boxes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_boxes_vr.dm @@ -122,7 +122,7 @@ new /obj/item/weapon/material/hatchet/tacknife/combatknife/fluff/katarina(src) new /obj/item/clothing/under/rank/internalaffairs/fluff/joan(src) -//drake_frostpaw:Drake Frostpaw +//drakefrostpaw:Drake Frostpaw /obj/item/weapon/storage/box/fluff/drake name = "United Federation Uniform Kit" desc = "A box containing all the parts of a United Federation Uniform" From 6e02731b50eeb0b12f02d9cce40d7a5902b77bf9 Mon Sep 17 00:00:00 2001 From: Spades Date: Mon, 2 Oct 2017 04:21:15 -0400 Subject: [PATCH 3/3] Update custom_items.txt --- config/custom_items.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/custom_items.txt b/config/custom_items.txt index 2d87922323..6c507fe38a 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -183,7 +183,7 @@ item_path: /obj/item/weapon/storage/belt/champion } { -ckey: drake_frostpaw +ckey: drakefrostpaw character_name: Drake Frostpaw item_path: /obj/item/weapon/storage/box/fluff/drake }