mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #4753 from Atermonera/ethyl_fix
Ethylredox removes alcohol
This commit is contained in:
@@ -461,11 +461,11 @@
|
||||
if(M.ingested)
|
||||
for(var/datum/reagent/R in M.ingested.reagent_list)
|
||||
if(istype(R, /datum/reagent/ethanol))
|
||||
R.dose = max(R.dose - removed * 5, 0)
|
||||
R.remove_self(removed * 5)
|
||||
if(M.bloodstr)
|
||||
for(var/datum/reagent/R in M.bloodstr.reagent_list)
|
||||
if(istype(R, /datum/reagent/ethanol))
|
||||
R.dose = max(R.dose - removed * 15, 0)
|
||||
R.remove_self(removed * 15)
|
||||
|
||||
/datum/reagent/hyronalin
|
||||
name = "Hyronalin"
|
||||
|
||||
5
html/changelogs/Atermonera - ethyl_fix.yml
Normal file
5
html/changelogs/Atermonera - ethyl_fix.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
author: Atermonera
|
||||
|
||||
delete-after: True
|
||||
changes:
|
||||
- tweak: "Ethylredoxrazine actively removes alcohol from the stomach and bloodstream"
|
||||
Reference in New Issue
Block a user