From a22e9e70aa879257d8c1d2a1b7eeffac7c3a5d17 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Fri, 9 Jun 2017 19:41:13 -0400 Subject: [PATCH] Remove a bunch of my fluff items We're going to start limiting them to certain jobs and such. Too many people have too many mechanically superior-to-normal-stuff fluff items. So let this be an example that it's not some sorta thing we're doing to be mean. --- code/modules/clothing/suits/solgov.dm | 1 + code/modules/vore/fluffstuff/custom_boxes_vr.dm | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/code/modules/clothing/suits/solgov.dm b/code/modules/clothing/suits/solgov.dm index 154772fe68b..0fbb99a3f19 100644 --- a/code/modules/clothing/suits/solgov.dm +++ b/code/modules/clothing/suits/solgov.dm @@ -10,6 +10,7 @@ body_parts_covered = UPPER_TORSO|ARMS armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) siemens_coefficient = 0.9 + flags_inv = HIDEHOLSTER //VOREStation Add - These obviously do. allowed = list(/obj/item/weapon/tank/emergency/oxygen,/obj/item/device/flashlight,/obj/item/weapon/pen,/obj/item/clothing/head/soft,/obj/item/clothing/head/beret,/obj/item/weapon/storage/fancy/cigarettes,/obj/item/weapon/flame/lighter,/obj/item/device/taperecorder,/obj/item/device/analyzer,/obj/item/device/radio,/obj/item/taperoll) /obj/item/clothing/suit/storage/service/expeditionary diff --git a/code/modules/vore/fluffstuff/custom_boxes_vr.dm b/code/modules/vore/fluffstuff/custom_boxes_vr.dm index 6908a68e95f..3923b8ba982 100644 --- a/code/modules/vore/fluffstuff/custom_boxes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_boxes_vr.dm @@ -163,15 +163,17 @@ New() ..() //Might look like a lot... but all small items. + /* new /obj/item/weapon/reagent_containers/hypospray/vr/fluff/aronai(src) new /obj/item/weapon/reagent_containers/glass/beaker/vial/vr/fluff/aro_st(src) new /obj/item/weapon/reagent_containers/glass/beaker/vial/vr/fluff/aro_bt(src) new /obj/item/weapon/reagent_containers/glass/beaker/vial/vr/fluff/aro_bu(src) new /obj/item/weapon/reagent_containers/glass/beaker/vial/vr/fluff/aro_tx(src) + */ //Centcom stuff and permit new /obj/item/weapon/card/id/centcom/fluff/aronai(src) new /obj/item/fluff/permit/aronai_kadigan(src) - new /obj/item/clothing/glasses/omnihud/med/fluff/aronai(src) + //new /obj/item/clothing/glasses/omnihud/med/fluff/aronai(src) //Gun and holster new /obj/item/weapon/gun/energy/netgun(src) new /obj/item/clothing/accessory/holster(src)