Update medbot.dm

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