Normal OD But Oxy

This commit is contained in:
Erik Darkpaws
2019-09-13 23:10:56 -07:00
parent c0fd7290c7
commit c0e15a3f44
@@ -257,7 +257,7 @@
taste_description = "salt"
reagent_state = SOLID
color = "#FFFFFF"
overdose = REAGENTS_OVERDOSE * 0.5
overdose = REAGENTS_OVERDOSE
ingest_met = REM
/datum/reagent/sodiumchloride/affect_blood(var/mob/living/carbon/M, var/alien, var/removed)
@@ -275,7 +275,7 @@
return
M/human.losebreath = 10
M.adjustOxyLoss(removed * 5)
M.adjustOxyLoss(removed)
/datum/reagent/blackpepper
name = "Black Pepper"