mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Nerf bible healing (#27100)
Co-authored-by: Adrer <adrermail@gmail.com>
This commit is contained in:
@@ -68,10 +68,7 @@
|
||||
/obj/item/storage/bible/proc/bless(mob/living/carbon/M)
|
||||
if(ishuman(M))
|
||||
var/mob/living/carbon/human/H = M
|
||||
var/heal_amt = 10
|
||||
for(var/obj/item/organ/external/affecting in H.bodyparts)
|
||||
if(affecting.heal_damage(heal_amt, heal_amt))
|
||||
H.UpdateDamageIcon()
|
||||
H.heal_overall_damage(10, 10)
|
||||
return
|
||||
|
||||
/obj/item/storage/bible/attack(mob/living/M, mob/living/user)
|
||||
|
||||
Reference in New Issue
Block a user