Update medbot.dm

This commit is contained in:
kevinz000
2019-11-03 05:39:11 -08:00
committed by GitHub
parent 4e8c8ad335
commit 65f9ad49bb
@@ -440,7 +440,7 @@
var/reagent_id = null
if(emagged == 2) //Emagged! Time to poison everybody.
reagent_id = "toxin"
reagent_id = HAS_TRAIT(C, TRAIT_TOXIN_LOVER)? "charcoal" : "toxin"
else
if(treat_virus)