mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-27 18:41:59 +00:00
Buffs Fall Damage (#2758)
Fixes an issue where damage to the chest would never be applied. Nerfs Weakened.
This commit is contained in:
@@ -414,9 +414,9 @@
|
||||
visible_message("\The [src] falls and lands on \the [loc]!",
|
||||
"With a loud thud, you land on \the [loc]!", "You hear a thud!")
|
||||
|
||||
apply_damage(damage - limb_damage, "chest")
|
||||
apply_damage(damage - limb_damage, BRUTE, "chest")
|
||||
|
||||
Weaken(rand(damage/2, damage))
|
||||
Weaken(rand(damage/4, damage/2))
|
||||
|
||||
updatehealth()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user