mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
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 <img width="446" height="532" alt="image" src="https://github.com/user-attachments/assets/e6063164-1162-49d4-88c0-ce385f67cbdb" /> ## Proof Of Testing Its a one line change tested in the original PR. https://github.com/Bubberstation/Bubberstation/pull/4830 <details> <summary>Screenshots/Videos</summary> </details> ## Changelog 🆑 balance: Reduced the interdyne modsuit move speed change from -0.5 to 0. /🆑 Co-authored-by: Arturlang <24881678+Arturlang@users.noreply.github.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user