Cleanbots can now clean Cigbutts (#92570)

No more roaches and rollies everywhere. Baby's first PR.
## About The Pull Request

Adds cigbutts to the list of trash on cleanbots. Cleanbots will now melt
and sweep cigarette butts, cigar butts, roaches, etc.

## Why It's Good For The Game

Cigarette trash is still trash, and deserves to be melted like the rest
of the trash.

## Changelog
🆑
add: Cleanbots now clean up used cigarettes.
/🆑
This commit is contained in:
HurgnDurgn
2025-08-19 22:41:18 -04:00
committed by nevimer
parent 516ca0ba11
commit 9e473c20a4
@@ -106,6 +106,7 @@
/obj/item/trash,
/obj/item/food/deadmouse,
/obj/effect/decal/remains,
/obj/item/cigbutt,
))
///drawings we hunt
var/static/list/cleanable_drawings = typecacheof(list(/obj/effect/decal/cleanable/crayon))