Gives plasmamen hallucinations when taking blackpowder

This commit is contained in:
CitadelStationBot
2017-08-26 11:07:33 -05:00
parent d2c89ad25c
commit b151209160
@@ -106,6 +106,11 @@
metabolization_rate = 0.05
taste_description = "salt"
/datum/reagent/blackpowder/on_mob_life(mob/living/M)
..()
if(isplasmaman(M))
M.hallucination += 10
/datum/reagent/blackpowder/on_ex_act()
var/location = get_turf(holder.my_atom)
var/datum/effect_system/reagents_explosion/e = new()