diff --git a/code/game/jobs/job/support.dm b/code/game/jobs/job/support.dm
index d2c698a765b..12f01822cde 100644
--- a/code/game/jobs/job/support.dm
+++ b/code/game/jobs/job/support.dm
@@ -248,10 +248,9 @@
var/obj/item/organ/internal/cyberimp/brain/clown_voice/implant
implant = new
implant.insert(H)
- else
- H.mutations.Add(CLUMSY)
- H.dna.SetSEState(COMICBLOCK,1,1)
- genemutcheck(H,COMICBLOCK,null,MUTCHK_FORCED)
+ H.mutations.Add(CLUMSY)
+ H.dna.SetSEState(COMICBLOCK,1,1)
+ genemutcheck(H,COMICBLOCK,null,MUTCHK_FORCED)
return 1
diff --git a/code/modules/research/designs/medical_designs.dm b/code/modules/research/designs/medical_designs.dm
index 1cfbed47a13..7bcc42e4979 100644
--- a/code/modules/research/designs/medical_designs.dm
+++ b/code/modules/research/designs/medical_designs.dm
@@ -282,7 +282,7 @@
/datum/design/cyberimp_clownvoice
name = "Comical implant"
- desc = "Uh oh."
+ desc = "Uh oh."
id = "ci-clownvoice"
req_tech = list("materials" = 2, "biotech" = 2)
build_type = PROTOLATHE | MECHFAB
diff --git a/code/modules/surgery/organs/augments_internal.dm b/code/modules/surgery/organs/augments_internal.dm
index 35d75d30b5d..cd017306527 100644
--- a/code/modules/surgery/organs/augments_internal.dm
+++ b/code/modules/surgery/organs/augments_internal.dm
@@ -146,7 +146,7 @@
/obj/item/organ/internal/cyberimp/brain/clown_voice
name = "Comical implant"
- desc = "Uh oh."
+ desc = "Uh oh."
implant_color = "#DEDE00"
slot = "brain_clownvoice"
origin_tech = "materials=2;biotech=2"