mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
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:
co-authored by
Matt Atlas
parent
4f0f407836
commit
c0bff2b352
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user