Skip to content

Commit

Permalink
supermatter tesla ball nerfs (#21911)
Browse files Browse the repository at this point in the history
* Update energy_ball.dm

* mahs

* e
  • Loading branch information
warface1234455 authored Apr 22, 2024
1 parent 9a981b3 commit 38949b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/carbon_defense.dm
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@
adjust_jitter(10 SECONDS)
adjustOrganLoss(ORGAN_SLOT_BRAIN, 100, 199)

if(gib && siemens_coeff > 0)
if(gib && siemens_coeff > 0 && stat >= SOFT_CRIT)
visible_message(
span_danger("[src] body is emitting a loud noise!"), \
span_userdanger("You feel like you are about to explode!"), \
Expand Down
2 changes: 1 addition & 1 deletion code/modules/power/tesla/energy_ball.dm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
icon_state = "smenergy_ball"
energy = 10000
max_balls = 20
zap_range = 20
zap_range = 7
hypercharged = TRUE

/obj/singularity/energy_ball/supermatter/small_crystals
Expand Down

0 comments on commit 38949b6

Please sign in to comment.