Merge pull request #2498 from Citadel-Station-13/upstream-merge-30162

[MIRROR] Gives plasmamen hallucinations when taking blackpowder
This commit is contained in:
LetterJay
2017-08-28 08:54:01 -05:00
committed by GitHub
@@ -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()