From dbb362820f1b4dfc55006b2a79aaeb4ba6ee1fed Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 27 Sep 2018 18:40:12 -0400 Subject: [PATCH] Changes to use spawner grenade --- .../game/objects/structures/crates_lockers/largecrate_vr.dm | 5 ----- code/modules/vore/fluffstuff/custom_boxes_vr.dm | 6 ++++++ config/custom_items.txt | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/code/game/objects/structures/crates_lockers/largecrate_vr.dm b/code/game/objects/structures/crates_lockers/largecrate_vr.dm index c6e8ed6606..d6622e2591 100644 --- a/code/game/objects/structures/crates_lockers/largecrate_vr.dm +++ b/code/game/objects/structures/crates_lockers/largecrate_vr.dm @@ -133,8 +133,3 @@ starts_with = list(pick(/mob/living/simple_animal/fennec, /mob/living/simple_animal/retaliate/fennix;0.5)) return ..() - -/obj/structure/largecrate/animal/tabiranth - name = "Spirit's Cat Carrier" - desc = "Contains kitten." - starts_with = list(/mob/living/simple_animal/cat/fluff/tabiranth) diff --git a/code/modules/vore/fluffstuff/custom_boxes_vr.dm b/code/modules/vore/fluffstuff/custom_boxes_vr.dm index 3aec6baf83..82de70bdac 100644 --- a/code/modules/vore/fluffstuff/custom_boxes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_boxes_vr.dm @@ -226,6 +226,12 @@ /obj/item/clothing/accessory/medal/bronze_heart, /obj/item/clothing/gloves/ring/seal/signet/fluff/vietsi) +// Tabiranth: Ascian +/obj/item/weapon/grenade/spawnergrenade/spirit + name = "spirit's pet carrier" + desc = "Contains kitten." + spawner_type = /mob/living/simple_animal/cat/fluff/tabiranth + deliveryamt = 1 /* Swimsuits, for general use, to avoid arriving to work with your swimsuit. */ diff --git a/config/custom_items.txt b/config/custom_items.txt index dcb58809ed..8ae35d6da3 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -828,7 +828,7 @@ item_path: /obj/item/clothing/head/fluff/runac { ckey: tabiranth character_name: Ascian -item_path: /obj/structure/largecrate/animal/tabiranth +item_path: /obj/item/weapon/grenade/spawnergrenade/spirit } # ######## U CKEYS