Skip to content

Commit

Permalink
balance: bomb guardian no longer dismember legs and bomb damage nerfs (
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladisvell authored and Etrnlmelancholy committed Jan 3, 2024
1 parent b01ad9d commit 580859d
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,7 @@
playsound(get_turf(parent_atom),'sound/effects/explosion1.ogg', 200, 1)
victim.ex_act(3)
victim.Weaken(6 SECONDS)
if(ishuman(victim))
dead_legs(victim)
victim.adjustBruteLoss(40)
victim.adjustBruteLoss(20)
is_exploded = TRUE
UnregisterFromParent()

/datum/component/guardian_mine/proc/dead_legs(mob/living/carbon/human/human)
var/obj/item/organ/external/l = human.get_organ("l_leg")
var/obj/item/organ/external/r = human.get_organ("r_leg")
if(l && prob(50))
l.droplimb(0, DROPLIMB_SHARP)
if(r && prob(50))
r.droplimb(0, DROPLIMB_SHARP)

0 comments on commit 580859d

Please sign in to comment.