From c983574f6d4a47feb5b5026cf41f6043f8be0ddd Mon Sep 17 00:00:00 2001 From: Yoshax Date: Thu, 18 May 2017 23:34:43 +0100 Subject: [PATCH] Fixes some custom item stuff --- .../vore/fluffstuff/custom_boxes_vr.dm | 20 +++++++++---------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/code/modules/vore/fluffstuff/custom_boxes_vr.dm b/code/modules/vore/fluffstuff/custom_boxes_vr.dm index a39eaa53d2..a1ef6d8dd5 100644 --- a/code/modules/vore/fluffstuff/custom_boxes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_boxes_vr.dm @@ -179,21 +179,19 @@ //Aerowing:Sebastian Aji /obj/item/weapon/storage/box/fluff/sebastian_aji name = "Sebastian's Lumoco Arms P3 Box" - -/obj/item/weapon/storage/box/fluff/sebastian_aji/New() - ..() - new /obj/item/weapon/gun/projectile/pistol(src) - new /obj/item/ammo_magazine/mc9mm/flash(src) - new /obj/item/ammo_magazine/mc9mm/flash(src) - new /obj/item/fluff/permit/sebastian_aji(src) + has_items = list( + /obj/item/weapon/gun/projectile/pistol, + /obj/item/ammo_magazine/mc9mm/flash, + /obj/item/ammo_magazine/mc9mm/flash, + /obj/item/fluff/permit/sebastian_aji) /obj/item/weapon/storage/box/fluff/briana_moore name = "Briana's Derringer Box" + has_items = list( + /obj/item/weapon/gun/projectile/derringer, + /obj/item/fluff/permit/briana_moore) + -/obj/item/weapon/storage/box/fluff/briana_moore/New() - ..() - new /obj/item/weapon/gun/projectile/derringer(src) - new /obj/item/fluff/permit/briana_moore(src) /* Swimsuits, for general use, to avoid arriving to work with your swimsuit. */