Fixes a tiny typo and a comment

So basically toxins are not processed like all other reagents - instead
that is handled to the liver. Since dionae/dionas have no liver, toxins
would never leave their system. There is a check for aliens to
forcefully call ..(), but due to a typo it was only called if the drug
had any toxpwr. Since mindbreaker (and several others) has toxpwr = 0,
such drugs would never leave a poor diona's... khm, system.

The question to how diona even get affected by those in the first place
stays open.

Fixes #6994.
This commit is contained in:
Kelenius
2015-01-03 23:19:14 +03:00
parent 4de813a365
commit c1d07cd77b

View File

@@ -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