mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
Creates new type of asteroid boss (#33674)
* Creates new type of asteroid boss * name suggested * frost oil perfectly revives hivelord hearts * frost oil perfectly revives hivelord hearts * frost oil perfectly revives hivelord hearts * frost oil perfectly revives hivelord hearts * frost oil perfectly revives hivelord hearts * wrong way round * makes the boss less actually impossible Co-authored-by: SECBATON GRIFFON <sage>
This commit is contained in:
@@ -278,6 +278,9 @@
|
||||
var/mob/living/carbon/human/H = src
|
||||
if(H.species.tox_mod)
|
||||
mult = H.species.tox_mod
|
||||
var/datum/organ/internal/heart/hivelord/HL = H.get_heart()
|
||||
if(istype(HL) && amount < 0) // hivelord hearts just heal better
|
||||
mult *= 2
|
||||
|
||||
toxloss = min(max(toxloss + (amount * tox_damage_modifier * mult), 0),(maxHealth*2))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user