Update buffs.dm

This commit is contained in:
chefferz
2019-08-23 03:45:44 -04:00
committed by GitHub
parent de4d4a990b
commit 580ea38199
+2
View File
@@ -170,6 +170,7 @@
tick_interval = 4
alert_type = /obj/screen/alert/status_effect/his_grace
var/bloodlust = 0
owner.adjustStaminaLoss(-5)
/obj/screen/alert/status_effect/his_grace
name = "His Grace"
@@ -208,6 +209,7 @@
owner.adjustToxLoss(-grace_heal, TRUE, TRUE)
owner.adjustOxyLoss(-(grace_heal * 2))
owner.adjustCloneLoss(-grace_heal)
owner.adjustStaminaLoss(-(grace_heal * 30))
/datum/status_effect/his_grace/on_remove()
owner.log_message("lost His Grace's stun immunity", LOG_ATTACK)