Ethereal involuntary discharge fix (#73919)

## About The Pull Request

fixes #73911 

## Why It's Good For The Game

Double text = bad

## Changelog
🆑
fix: Ethereal discharge no longer alerts you twice that you did it.
/🆑
This commit is contained in:
vect0r
2023-03-12 19:57:11 -06:00
committed by GitHub
parent ee10b8e709
commit d1b596a7ff
@@ -96,8 +96,7 @@
carbon.cut_overlay(overcharge)
tesla_zap(carbon, 2, crystal_charge*2.5, ZAP_OBJ_DAMAGE | ZAP_LOW_POWER_GEN | ZAP_ALLOW_DUPLICATES)
adjust_charge(ETHEREAL_CHARGE_FULL - crystal_charge)
to_chat(carbon, span_warning("You violently discharge energy!"))
carbon.visible_message(span_danger("[carbon] violently discharges energy!"))
carbon.visible_message(span_danger("[carbon] violently discharges energy!"), span_warning("You violently discharge energy!"))
if(prob(10)) //chance of developing heart disease to dissuade overcharging oneself
var/datum/disease/D = new /datum/disease/heart_failure