Merge pull request #10673 from Baystation12/master

Dev-freeze
This commit is contained in:
PsiOmegaDelta
2015-08-16 10:30:13 +02:00
3 changed files with 16 additions and 1 deletions

View File

@@ -51,7 +51,7 @@
return
if(!affects_dead && M.stat == DEAD)
return
if(overdose && (dose > overdose) && (location == CHEM_BLOOD))
if(overdose && (dose > overdose) && (location != CHEM_TOUCH))
overdose(M, alien)
var/removed = metabolism
if(ingest_met && (location == CHEM_INGEST))