From 014eb2dc2f01f2ad8c84675df47147d05bf27de9 Mon Sep 17 00:00:00 2001 From: "musketstgstation@gmail.com" Date: Thu, 11 Nov 2010 23:53:50 +0000 Subject: [PATCH] Clown wizards lose clumsiness like traitor and revhead clowns. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@410 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/gamemodes/wizard/wizard.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/game/gamemodes/wizard/wizard.dm b/code/game/gamemodes/wizard/wizard.dm index 1e30758d351..0d28d28ea1c 100644 --- a/code/game/gamemodes/wizard/wizard.dm +++ b/code/game/gamemodes/wizard/wizard.dm @@ -153,6 +153,9 @@ if (!istype(wizard_mob)) return wizard_mob.verbs += /client/proc/invisibility + if (wizard_mob.mind.assigned_role == "Clown") + wizard_mob << "Your training has allowed you to overcome your clownish nature, allowing you to wield weapons without harming yourself." + wizard_mob.mutations &= ~16 var/freq = 1441 var/list/freqlist = list()