From 88456a4a8c95af3574f2e873dcfe73e32840da44 Mon Sep 17 00:00:00 2001 From: Helm4142 <158806576+Helm4142@users.noreply.github.com> Date: Mon, 27 Jan 2025 14:30:31 +0600 Subject: [PATCH] Fix match box (#34632) FixMatchBox Now you can't put anything but matches in a box of matches. Co-authored-by: Helm4142 --- Resources/Prototypes/Entities/Objects/Tools/matches.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Tools/matches.yml b/Resources/Prototypes/Entities/Objects/Tools/matches.yml index e8601fcf35..6b6f57d9fb 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/matches.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/matches.yml @@ -85,6 +85,9 @@ - type: Storage grid: - 0,0,2,1 + whitelist: + tags: + - Matchstick - type: StorageFill contents: - id: Matchstick -- 2.51.2