From 39df1fb68350ae5a37f07e840203f6c51f7e3bf4 Mon Sep 17 00:00:00 2001 From: Emisse <99158783+Emisse@users.noreply.github.com> Date: Fri, 25 Mar 2022 22:18:37 -0600 Subject: [PATCH] Lower insul drop rate in maint lockers (#7227) --- Resources/Prototypes/Catalog/Fills/Lockers/misc.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml b/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml index 0c7a484b94..f6c8957015 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml @@ -71,10 +71,12 @@ - id: PlushieSnake prob: 0.2 - id: ClothingHandsGlovesColorYellow - prob: 0.33 + prob: 0.05 - id: ClothingBeltUtility prob: 0.33 - id: ClothingHeadHatCone prob: 0.2 - id: FlareGun - prob: 0.1 \ No newline at end of file + prob: 0.1 + - id: ClothingHandsGlovesColorYellowBudget + prob: 0.33