From a9a0373a05b2e79c26340efebd3995e4abcd75d5 Mon Sep 17 00:00:00 2001
From: shellspeed1 <46614774+shellspeed1@users.noreply.github.com>
Date: Wed, 26 Nov 2025 11:37:33 -0800
Subject: [PATCH] Nerfs the interdyne modsuit, take 2 (#4849)
## About The Pull Request
The interdyne modsuit goes REALLY fast. This PR makes it go less fast.
## Why It's Good For The Game
## Proof Of Testing
Its a one line change tested in the original PR.
https://github.com/Bubberstation/Bubberstation/pull/4830
Screenshots/Videos
## Changelog
:cl:
balance: Reduced the interdyne modsuit move speed change from -0.5 to 0.
/:cl:
Co-authored-by: Arturlang <24881678+Arturlang@users.noreply.github.com>
---
code/modules/mod/mod_theme.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code/modules/mod/mod_theme.dm b/code/modules/mod/mod_theme.dm
index 8e552f61023..76001bf7e83 100644
--- a/code/modules/mod/mod_theme.dm
+++ b/code/modules/mod/mod_theme.dm
@@ -1416,7 +1416,7 @@
resistance_flags = FIRE_PROOF|ACID_PROOF
max_heat_protection_temperature = FIRE_SUIT_MAX_TEMP_PROTECT
charge_drain = DEFAULT_CHARGE_DRAIN * 2
- slowdown_deployed = -0.5
+ slowdown_deployed = 0 //bubber edit from -0.5. This suit was causing speed issues.
inbuilt_modules = list(/obj/item/mod/module/quick_carry/advanced, /obj/item/mod/module/hearing_protection)
allowed_suit_storage = list(
/obj/item/assembly/flash,