From 22674b143ac0b5a0ef03ed9a93a63349330fcc33 Mon Sep 17 00:00:00 2001 From: DameonOwen Date: Sat, 19 Oct 2019 15:25:31 -0400 Subject: [PATCH] Fix cookie not deleting self. Add cookie to Amber Owen's loadout. --- .../client/preference_setup/loadout/loadout_fluffitems_yw.dm | 2 +- code/modules/vore/fluffstuff/custom_items_yw.dm | 3 ++- config/custom_items.txt | 5 +++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm index 37080aae7b..03f2f4588f 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm @@ -225,7 +225,7 @@ display_name = "A mysterious cookie" description = "DAS A BIG COOKIE!!!" ckeywhitelist = list("dameonowen") - character_name = list("Dameon Owen") + character_name = list("Dameon Owen", "Amber Owen") //dawidoe //Melissa Krutz diff --git a/code/modules/vore/fluffstuff/custom_items_yw.dm b/code/modules/vore/fluffstuff/custom_items_yw.dm index f9a394dbd0..bc14060257 100644 --- a/code/modules/vore/fluffstuff/custom_items_yw.dm +++ b/code/modules/vore/fluffstuff/custom_items_yw.dm @@ -538,4 +538,5 @@ . = ..() if (M == user) M.resize(3) - M.drop_from_inventory(src) \ No newline at end of file + M.drop_from_inventory(src) + qdel(src) \ No newline at end of file diff --git a/config/custom_items.txt b/config/custom_items.txt index 1b75c12c2d..7b3256785f 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -155,6 +155,11 @@ character_name: Dameon Owen item_path: /obj/item/weapon/reagent_containers/food/snacks/cookie/mysterious } { +ckey: dameonowen +character_name: Amber Owen +item_path: /obj/item/weapon/reagent_containers/food/snacks/cookie/mysterious +} +{ ckey: dawidoe character_name: Melissa Krutz item_path: /obj/item/weapon/storage/box/fluff/melissa