From e77dc1c217bcf85dbebb1004d68d83b13c4e0a5d Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Thu, 24 Aug 2017 15:32:07 -0700 Subject: [PATCH] I was gonna take off my plasma man suit, but then I got high. --- .../reagents/chemistry/reagents/pyrotechnic_reagents.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/modules/reagents/chemistry/reagents/pyrotechnic_reagents.dm b/code/modules/reagents/chemistry/reagents/pyrotechnic_reagents.dm index 5eb034d6043..36320459e8c 100644 --- a/code/modules/reagents/chemistry/reagents/pyrotechnic_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/pyrotechnic_reagents.dm @@ -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()