From 15e0aa91312828c8317bac0d77226fef7163000f Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Mon, 30 Jan 2017 13:57:31 -0500 Subject: [PATCH] You brought this on yourself. You really did. There's nobody else to blame but you. --- code/modules/virus2/effect_vr.dm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 code/modules/virus2/effect_vr.dm diff --git a/code/modules/virus2/effect_vr.dm b/code/modules/virus2/effect_vr.dm new file mode 100644 index 0000000000..e8044181fe --- /dev/null +++ b/code/modules/virus2/effect_vr.dm @@ -0,0 +1,6 @@ +/datum/disease2/effect/mlem + name = "Mlemington's Syndrome" + stage = 2 + chance_maxm = 25 + activate(var/mob/living/carbon/mob,var/multiplier) + mob.say("[pick("Mlem.","MLEM!","Mlem?")]") \ No newline at end of file