From 9eb1e12022c22d0a8b431e4def3a8178aa1924d8 Mon Sep 17 00:00:00 2001 From: Ghagliiarghii <68826635+Ghagliiarghii@users.noreply.github.com> Date: Wed, 10 Apr 2024 20:22:29 -0400 Subject: [PATCH] Update ashtray to allow all cigarettes / cigars (#26864) * Update ashtray to allow all cigarettes / cigars This also includes joints (as they are technically cigarettes) * ? --- Resources/Prototypes/Entities/Objects/Decoration/ashtray.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Decoration/ashtray.yml b/Resources/Prototypes/Entities/Objects/Decoration/ashtray.yml index 613b6cc67c..61554d0621 100644 --- a/Resources/Prototypes/Entities/Objects/Decoration/ashtray.yml +++ b/Resources/Prototypes/Entities/Objects/Decoration/ashtray.yml @@ -17,6 +17,8 @@ whitelist: tags: - Burnt + - Cigarette + - Cigar maxItemSize: Tiny grid: - 0,0,9,0 @@ -27,4 +29,4 @@ fillBaseName: icon maxFillLevels: 10 - type: Appearance - - type: Dumpable \ No newline at end of file + - type: Dumpable -- 2.51.2