From d0d5b167d25c53db80afe08115b1ce0c08e8479f Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Sat, 23 May 2015 02:47:33 -0400 Subject: [PATCH] removed--no fun allowed on paradise. --- code/modules/virus2/effect.dm | 7 ------- 1 file changed, 7 deletions(-) diff --git a/code/modules/virus2/effect.dm b/code/modules/virus2/effect.dm index 16451fe0898..d6e5a8610dd 100644 --- a/code/modules/virus2/effect.dm +++ b/code/modules/virus2/effect.dm @@ -844,13 +844,6 @@ var/list/compatible_mobs = list(/mob/living/carbon/human, /mob/living/carbon/mon activate(var/mob/living/carbon/mob,var/multiplier) mob.fakevomit() - -/datum/disease2/effect/goon - name = "Goon Syndrome" - stage = 1 - activate(var/mob/living/carbon/mob,var/multiplier) - mob.say("*fart") - /datum/disease2/effect/pain_minor name = "Heightened Sensitivity" stage = 1