CleverRaven / Cataclysm-DDA

Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world.
http://cataclysmdda.org
Other
10.26k stars 4.12k forks source link

a trash can should probably contain a bag liner #75512

Open dynst opened 1 month ago

dynst commented 1 month ago

Is your feature request related to a problem? Please describe.

There are lots of bare f_trashcan, in e.g. the evac shelter basement restrooms, that have no bag liner of any kind in them, only trash.

https://github.com/CleverRaven/Cataclysm-DDA/blob/293f801f03e68cacc5dd43da3d66f82c9903b43e/data/json/mapgen_palettes/shelter.json#L42-L44

The trash itemgroup has only a 10% chance of spawning a small bag_plastic.

https://github.com/CleverRaven/Cataclysm-DDA/blob/293f801f03e68cacc5dd43da3d66f82c9903b43e/data/json/itemgroups/trash_and_debris.json#L198

A public facility's restrooms being decently-stocked, but not using liners for any of their trash bins, seems slightly unrealistic. (And the shelter cupboards don't contain a box of replacement garbage bags or anything, either.)

Solution you would like.

A much higher chance for a trash pile to include a single bag_plastic or bag_garbage.

Describe alternatives you have considered.

Just add boxes of garbage bags to the cupboards and make the evacuees line the bins themselves?

Additional context

A single bag_garbage can be disassembled with the scissors found in a first aid kit (full_1st_aid), producing a large plastic_sheet useful for butchering or crafting waterproof clothing. 8 small bag_plastic can be used to craft 8 plastic_sheet_small that can be used for other waterproof clothing or duct-taped into a single large plastic_sheet.

GuardianDll commented 1 month ago

If you mean spawn a trash bag with a stuff inside, then yes, sure, very worth addition Would be nice to update this trash itemgroups, they are old as rocks