Skip to content

Commit

Permalink
Cruciform Internal Damage Hotfix (#8239)
Browse files Browse the repository at this point in the history
Gave cruciform implanting a damage type so it stops rupturing organs immediately.
  • Loading branch information
Mycah142 authored Jul 21, 2023
1 parent cfd57e2 commit 045f6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/core_implant/cruciform/rituals/base.dm
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
var/mob/living/carbon/human/M = H
var/obj/item/organ/external/E = M.organs_by_name[BP_CHEST]
for (var/i = 0; i < 5;i++)
E.take_damage(5, sharp = FALSE)
E.take_damage(5, BRUTE, sharp = FALSE)
//Deal 25 damage in five hits. Using multiple small hits mostly prevents internal damage

M.custom_pain("You feel the nails of the cruciform drive into your ribs!",1)
Expand Down

0 comments on commit 045f6ab

Please sign in to comment.