mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
[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 🆑 fix: Exosuit Stress Failure experiment now works /🆑 * 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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user