From e9009507d80cfa6fb6b00d97eeff13a064660c0d Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Fri, 13 Apr 2018 20:21:25 -0400 Subject: [PATCH] Remove Aronai custom bag Medical bags ARE blue now, I don't need a custom blue one, just the ID that came in it. --- .../vore/fluffstuff/custom_boxes_vr.dm | 21 ------------------- config/custom_items.txt | 2 +- 2 files changed, 1 insertion(+), 22 deletions(-) diff --git a/code/modules/vore/fluffstuff/custom_boxes_vr.dm b/code/modules/vore/fluffstuff/custom_boxes_vr.dm index 1776ca6eeb..57b83c9876 100644 --- a/code/modules/vore/fluffstuff/custom_boxes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_boxes_vr.dm @@ -172,27 +172,6 @@ can_hold = list(/obj/item/clothing/under/swimsuit/) has_items = list(/obj/item/clothing/under/swimsuit/fluff/penelope) -//Arokha:Aronai Kadigan -/obj/item/weapon/storage/backpack/satchel/gen/fluff/aronai - name = "blue medical satchel" - desc = "A medical satchel done up in blue and white." - - New() - ..() //Might look like a lot... but all small items. - //Centcom stuff and permit - new /obj/item/weapon/card/id/centcom/station/fluff/aronai(src) - //new /obj/item/clothing/accessory/permit/gun/fluff/aronai_kadigan(src) - //Gun and holster - //new /obj/item/weapon/gun/projectile/nsfw(src) - //new /obj/item/ammo_magazine/nsfw_mag(src) - //new /obj/item/ammo_casing/nsfw_batt/stun(src) - //new /obj/item/ammo_casing/nsfw_batt/stun(src) - //new /obj/item/ammo_casing/nsfw_batt/net(src) - //new /obj/item/clothing/accessory/holster(src) - -/obj/item/weapon/storage/backpack/satchel/gen/fluff/aronai/digest_act(...) - return FALSE //I get eaten a lot, okay - //Aerowing:Sebastian Aji /obj/item/weapon/storage/box/fluff/sebastian_aji name = "Sebastian's Lumoco Arms P3 Box" diff --git a/config/custom_items.txt b/config/custom_items.txt index a81ee5bd5e..359efa1381 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -79,7 +79,7 @@ item_desc: A medical jacket straight from Central Command. { ckey: arokha character_name: Aronai Kadigan -item_path: /obj/item/weapon/storage/backpack/satchel/gen/fluff/aronai +item_path: /obj/item/weapon/card/id/centcom/station/fluff/aronai } {