Further reduce drone fall_impact() damage. (#20860)

Drone fall damage resistance is currently 75%. Increases this to 95%.
References [this
suggestion](https://forums.aurorastation.org/topic/19557-make-maintenance-drones-immune-to-fall-damage/).
This commit is contained in:
Batrachophreno
2025-06-22 18:07:20 +00:00
committed by GitHub
parent 215f8dfd9f
commit 420cda45df
2 changed files with 59 additions and 1 deletions
@@ -169,7 +169,7 @@
return GLOB.all_languages[LANGUAGE_LOCAL_DRONE]
/mob/living/silicon/robot/drone/fall_impact()
..(damage_mod = 0.25) //reduces fall damage by 75%
..(damage_mod = 0.05) //reduces fall damage by 95%
/mob/living/silicon/robot/drone/construction
// Look and feel