I was gonna take off my plasma man suit, but then I got high.

This commit is contained in:
Iamgoofball
2017-08-24 15:32:07 -07:00
committed by GitHub
parent 0c9aba22ba
commit e77dc1c217
@@ -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()