Potassium Chloride/Chlorophoride Adjustments (#16938)

* Potassium Chloride/Chlorophoride Adjustments

* Update code/modules/organs/internal/heart.dm

Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>

---------

Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>
This commit is contained in:
Doxxmedearly
2023-08-03 22:51:31 +00:00
committed by GitHub
co-authored by Matt Atlas
parent 4f0f407836
commit c0bff2b352
3 changed files with 13 additions and 7 deletions
@@ -229,12 +229,12 @@
reagent_state = SOLID
color = "#FFFFFF"
strength = 0
overdose = 5
od_minimum_dose = 20
metabolism = REM * 0.5
overdose = 15
od_minimum_dose = 5
taste_description = "salt"
/singleton/reagent/toxin/potassium_chloride/overdose(var/mob/living/carbon/M, var/alien, var/datum/reagents/holder)
..()
/singleton/reagent/toxin/potassium_chloride/overdose(var/mob/living/carbon/M, var/alien, var/removed, var/datum/reagents/holder)
var/mob/living/carbon/human/H = M
if(!istype(H) || (H.species.flags & NO_BLOOD))
return
@@ -250,13 +250,12 @@
description = "Potassium Chlorophoride is an expensive, vastly improved variant of Potassium Chloride. Potassium Chlorophoride, unlike the original drug, acts immediately to block neuromuscular junctions, causing general paralysis."
reagent_state = SOLID
color = "#FFFFFF"
strength = 10
strength = 0
overdose = 5
od_minimum_dose = 20
taste_description = "salt"
/singleton/reagent/toxin/potassium_chlorophoride/affect_blood(var/mob/living/carbon/M, var/alien, var/removed, var/datum/reagents/holder)
..()
var/mob/living/carbon/human/H = M
if(!istype(H) || (H.species.flags & NO_BLOOD))
return