From 0422a4bcd46d82973bf062db8426274712f9dae3 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Mon, 6 Jun 2016 21:49:25 -0400 Subject: [PATCH] Updates my fluff bag. Less gun, more knife. --- code/modules/vore/fluffstuff/custom_boxes_vr.dm | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/code/modules/vore/fluffstuff/custom_boxes_vr.dm b/code/modules/vore/fluffstuff/custom_boxes_vr.dm index db72c89ba0..8ca3760520 100644 --- a/code/modules/vore/fluffstuff/custom_boxes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_boxes_vr.dm @@ -99,8 +99,6 @@ new /obj/item/weapon/material/hatchet/tacknife/combatknife/fluff/katarina(src) new /obj/item/clothing/under/rank/internalaffairs/fluff/joan(src) - - //Razerwing:Archer Maximus /obj/item/weapon/storage/box/fluff/archermaximus desc = "Personal Effects" @@ -112,10 +110,18 @@ /obj/item/weapon/storage/backpack/dufflebag/emt/fluff/aro name = "Aronai's Equipment" desc = "A big dufflebag, containing the stuff Aronai likes to carry with him." + slowdown = 0 //HAX! New() ..() new /obj/item/clothing/head/helmet/space/fluff/aronai(src) new /obj/item/clothing/suit/space/fluff/aronai(src) new /obj/item/device/suit_cooling_unit(src) - new /obj/item/weapon/card/id/centcom/fluff/aro(src) \ No newline at end of file + new /obj/item/weapon/material/hatchet/tacknife/combatknife(src) + + //Fanciful jamming of ID into wallet for convienence sake. + var/obj/item/weapon/storage/wallet/wallet = new /obj/item/weapon/storage/wallet(src) + var/obj/item/weapon/card/ID = new /obj/item/weapon/card/id/centcom/fluff/aro(wallet) + wallet.front_id = ID + wallet.name = "[wallet.name] ([wallet.front_id])" + wallet.update_icon() \ No newline at end of file