From c02aeebdf126f2b15492bdd5a50798acf8de0581 Mon Sep 17 00:00:00 2001 From: Ubaser <134914314+UbaserB@users.noreply.github.com> Date: Mon, 12 Aug 2024 19:06:55 +1000 Subject: [PATCH] Add conducting gloves to the maintenance loot table (#30904) * add * lower weight --- .../Prototypes/Entities/Markers/Spawners/Random/maintenance.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml index f7e22ef62d..521dde5a65 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml @@ -242,6 +242,8 @@ weight: 0.5 - id: ClothingHandsGlovesColorYellow weight: 1 + - id: ClothingHandsGlovesConducting + weight: 0.1 # Uncommon Group - !type:GroupSelector weight: 23 -- 2.52.0