From f3d09944b7ce869ea15b24f5b2fb128a020bab52 Mon Sep 17 00:00:00 2001 From: Verkister Date: Wed, 2 Jun 2021 19:56:05 +0300 Subject: [PATCH 1/3] Adds a bunch of stuff to trash eater list Might push changes upstream too if I can be arsed to. Added MRE bags, cracker and chocolate packs, pizza vouchers and boxes, the other toy subtype, seeds, some accessories, bibles, horns/ducks, torn inflatable doors, and towels. --- code/_helpers/global_lists_vr.dm | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/code/_helpers/global_lists_vr.dm b/code/_helpers/global_lists_vr.dm index 30ed48fb7a..a0126220e9 100644 --- a/code/_helpers/global_lists_vr.dm +++ b/code/_helpers/global_lists_vr.dm @@ -223,9 +223,27 @@ var/global/list/edible_trash = list(/obj/item/broken_device, /obj/item/weapon/storage/fancy/crayons, /obj/item/weapon/storage/fancy/egg_box, /obj/item/weapon/storage/wallet, - /obj/item/weapon/storage/vore_egg, - /obj/item/weapon/material/kitchen, //chompstation addition - /obj/item/weapon/bikehorn/tinytether + /obj/item/weapon/storage/vore_egg, + /obj/item/weapon/bikehorn/tinytether, + /obj/item/weapon/material/kitchen, //chompstation addition start + /obj/item/weapon/storage/mre, + /obj/item/weapon/storage/mrebag, + /obj/item/weapon/storage/fancy/crackers, + /obj/item/weapon/storage/fancy/heartbox, + /obj/item/pizzavoucher, + /obj/item/pizzabox, + /obj/item/weapon/toy, + /obj/item/seeds, + /obj/item/clothing/accessory/choker, + /obj/item/clothing/accessory/medal, + /obj/item/clothing/accessory/tie, + /obj/item/clothing/accessory/scarf, + /obj/item/clothing/accessory/bracelet, + /obj/item/clothing/accessory/locket, + /obj/item/weapon/storage/bible, + /obj/item/weapon/bikehorn, + /obj/item/inflatable/door/torn, + /obj/item/weapon/towel //chompstation addition end ) var/global/list/contamination_flavors = list( From 85a79d2cf65d5d8063eac6c54e04bd3732e5bd71 Mon Sep 17 00:00:00 2001 From: Verkister Date: Wed, 2 Jun 2021 20:01:38 +0300 Subject: [PATCH 2/3] Update global_lists_vr.dm --- code/_helpers/global_lists_vr.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/_helpers/global_lists_vr.dm b/code/_helpers/global_lists_vr.dm index a0126220e9..1e7eaba4a7 100644 --- a/code/_helpers/global_lists_vr.dm +++ b/code/_helpers/global_lists_vr.dm @@ -243,7 +243,9 @@ var/global/list/edible_trash = list(/obj/item/broken_device, /obj/item/weapon/storage/bible, /obj/item/weapon/bikehorn, /obj/item/inflatable/door/torn, - /obj/item/weapon/towel //chompstation addition end + /obj/item/weapon/towel, + /obj/item/weapon/folder, + /obj/item/weapon/clipboard //chompstation addition end ) var/global/list/contamination_flavors = list( From 83b505180452f293bdd2ebcac8173e1ea4c4f401 Mon Sep 17 00:00:00 2001 From: Verkister Date: Wed, 2 Jun 2021 23:20:57 +0300 Subject: [PATCH 3/3] Update global_lists_vr.dm --- code/_helpers/global_lists_vr.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/_helpers/global_lists_vr.dm b/code/_helpers/global_lists_vr.dm index 1e7eaba4a7..04169bbde1 100644 --- a/code/_helpers/global_lists_vr.dm +++ b/code/_helpers/global_lists_vr.dm @@ -245,7 +245,9 @@ var/global/list/edible_trash = list(/obj/item/broken_device, /obj/item/inflatable/door/torn, /obj/item/weapon/towel, /obj/item/weapon/folder, - /obj/item/weapon/clipboard //chompstation addition end + /obj/item/weapon/clipboard, + /obj/item/weapon/coin, + /obj/item/clothing/ears //chompstation addition end ) var/global/list/contamination_flavors = list(