From 5681db31a9d1214e453f848e8cceac47e846d600 Mon Sep 17 00:00:00 2001 From: kosticia Date: Tue, 1 Oct 2024 01:40:31 +0300 Subject: [PATCH] Changing the thief's objective to stealing ID cards. (#32411) * Changed thief ID objection * Update Resources/Prototypes/Objectives/thief.yml --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- Resources/Prototypes/Objectives/thief.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Objectives/thief.yml b/Resources/Prototypes/Objectives/thief.yml index 5798071f02..2dbb2cc339 100644 --- a/Resources/Prototypes/Objectives/thief.yml +++ b/Resources/Prototypes/Objectives/thief.yml @@ -118,7 +118,7 @@ - type: StealCondition stealGroup: IDCard minCollectionSize: 5 - maxCollectionSize: 15 + maxCollectionSize: 10 verifyMapExistence: false - type: Objective difficulty: 0.7 -- 2.51.2