From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Fri, 27 Sep 2024 19:04:22 +0000 (+0000) Subject: remove thief figurine objective (#32413) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=7d4ea967e0e18da2e63895749701a66d97fa49c0;p=space-station-14.git remove thief figurine objective (#32413) * make figurine objective just 1 * remove the objective entirely --------- Co-authored-by: deltanedas <@deltanedas:kde.org> --- diff --git a/Resources/Prototypes/Entities/Objects/Fun/figurines.yml b/Resources/Prototypes/Entities/Objects/Fun/figurines.yml index e48ac9d84a..5f962b90c8 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/figurines.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/figurines.yml @@ -17,8 +17,6 @@ - type: Tag tags: - Figurine - - type: StealTarget - stealGroup: Figurines - type: UseDelay delay: 10 - type: Speech diff --git a/Resources/Prototypes/Objectives/objectiveGroups.yml b/Resources/Prototypes/Objectives/objectiveGroups.yml index e72de0d94a..3c59ab9a18 100644 --- a/Resources/Prototypes/Objectives/objectiveGroups.yml +++ b/Resources/Prototypes/Objectives/objectiveGroups.yml @@ -63,7 +63,6 @@ StampStealCollectionObjective: 1 DoorRemoteStealCollectionObjective: 1 TechnologyDiskStealCollectionObjective: 1 #rnd - FigurineStealCollectionObjective: 0.3 #service IDCardsStealCollectionObjective: 1 LAMPStealCollectionObjective: 2 #only for moth diff --git a/Resources/Prototypes/Objectives/stealTargetGroups.yml b/Resources/Prototypes/Objectives/stealTargetGroups.yml index 09619bf986..b21e0dc2de 100644 --- a/Resources/Prototypes/Objectives/stealTargetGroups.yml +++ b/Resources/Prototypes/Objectives/stealTargetGroups.yml @@ -86,13 +86,6 @@ # Thief Collection -- type: stealTargetGroup - id: Figurines - name: steal-target-groups-figurines - sprite: - sprite: Objects/Fun/figurines.rsi - state: figurine_spawner - - type: stealTargetGroup id: HeadCloak name: steal-target-groups-heads-cloaks diff --git a/Resources/Prototypes/Objectives/thief.yml b/Resources/Prototypes/Objectives/thief.yml index 7a46d0f5e9..5798071f02 100644 --- a/Resources/Prototypes/Objectives/thief.yml +++ b/Resources/Prototypes/Objectives/thief.yml @@ -53,17 +53,6 @@ # Collections -- type: entity - parent: BaseThiefStealCollectionObjective - id: FigurineStealCollectionObjective - components: - - type: StealCondition - stealGroup: Figurines - minCollectionSize: 10 - maxCollectionSize: 18 #will be limited to the number of figures on the station anyway. - - type: Objective - difficulty: 0.25 - - type: entity parent: BaseThiefStealCollectionObjective id: HeadCloakStealCollectionObjective