diff --git a/code/modules/reagents/Chemistry-Reagents.dm b/code/modules/reagents/Chemistry-Reagents.dm index bd2e5001e4..984c1aeb67 100644 --- a/code/modules/reagents/Chemistry-Reagents.dm +++ b/code/modules/reagents/Chemistry-Reagents.dm @@ -1552,7 +1552,7 @@ datum if(!M) M = holder.my_atom if(toxpwr) M.adjustToxLoss(toxpwr*REM) - if(alien) ..() //Kind of a catch-all for aliens without kidneys. + if(alien) ..() // Kind of a catch-all for aliens without the liver. Because this does not metabolize 'naturally', only removed by the liver. return toxin/amatoxin