From c4052467215a1e64ecf36246febcb49339577d8a Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Tue, 9 Jul 2024 19:15:33 +0200 Subject: [PATCH] [MIRROR] Fixes Exosuit Stress Failure not working (#28747) * Fixes Exosuit Stress Failure not working (#84776) ## About The Pull Request Closes #84762 It was missing total_requirement which defaulted to 0 and made it not generate properly. ## Changelog :cl: fix: Exosuit Stress Failure experiment now works /:cl: * Fixes Exosuit Stress Failure not working --------- Co-authored-by: SmArtKar <44720187+SmArtKar@users.noreply.github.com> Co-authored-by: SpaceLoveSs13 <68121607+SpaceLoveSs13@users.noreply.github.com> --- code/modules/experisci/experiment/experiments.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/experisci/experiment/experiments.dm b/code/modules/experisci/experiment/experiments.dm index 95f4986d1b4..244145221ea 100644 --- a/code/modules/experisci/experiment/experiments.dm +++ b/code/modules/experisci/experiment/experiments.dm @@ -334,6 +334,7 @@ name = "Exosuit Materials: Stress Failure Test" description = "Your exosuit fabricators allow for rapid production on a small scale, but the structural integrity of created parts is inferior to more traditional means." exp_tag = "Scan" + total_requirement = 2 possible_types = list(/obj/vehicle/sealed/mecha) ///Damage percent that each mech needs to be at for a scan to work. var/damage_percent