From 93faa842e8ef99deecdbcf3f46895b220dcbd97b Mon Sep 17 00:00:00 2001 From: SmArtKar <44720187+SmArtKar@users.noreply.github.com> Date: Tue, 9 Jul 2024 04:58:47 +0300 Subject: [PATCH] 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: --- 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 2ed1564e48e..9587b6209e2 100644 --- a/code/modules/experisci/experiment/experiments.dm +++ b/code/modules/experisci/experiment/experiments.dm @@ -326,6 +326,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