From 465170f1e18013021cdd77790c16100dc9ecbad4 Mon Sep 17 00:00:00 2001 From: Preston Smith <92108534+thetolbean@users.noreply.github.com> Date: Fri, 15 Nov 2024 00:54:53 -0600 Subject: [PATCH] Prevent Digiboard recycling (#33315) * add `HighRiskItem` tag * Correct tags Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- Resources/Prototypes/Entities/Objects/Misc/paper.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Misc/paper.yml b/Resources/Prototypes/Entities/Objects/Misc/paper.yml index 5c3cd44496..e0862b8842 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/paper.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/paper.yml @@ -597,6 +597,10 @@ damage: types: Blunt: 10 + - type: Tag + tags: + - Folder + - HighRiskItem - type: StealTarget stealGroup: BoxFolderQmClipboard -- 2.51.2