mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 08:29:57 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user