mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Raises maximum health and break threshold of hearts, nerfs the heart damage component of adrenaline (#15520)
* heart * aa
This commit is contained in:
@@ -1492,7 +1492,7 @@
|
||||
remove_self(5, holder)
|
||||
if(M.resuscitate())
|
||||
var/obj/item/organ/internal/heart = M.internal_organs_by_name[BP_HEART]
|
||||
M.add_chemical_effect(CE_CARDIOTOXIC, heart.max_damage * 0.15)
|
||||
M.add_chemical_effect(CE_CARDIOTOXIC, heart.max_damage * 0.05)
|
||||
|
||||
//Secret Chems
|
||||
/decl/reagent/elixir
|
||||
|
||||
Reference in New Issue
Block a user