Fix clown changeling not losing comic sans (#12372)

This commit is contained in:
datlo
2019-09-23 02:44:01 +02:00
committed by variableundefined
parent 59378e1ae8
commit d3dcd8b35f
+7 -2
View File
@@ -286,9 +286,14 @@
var/obj/item/organ/internal/cyberimp/brain/clown_voice/implant = new
implant.insert(H)
H.mutations.Add(CLUMSY)
H.dna.SetSEState(CLUMSYBLOCK, TRUE)
genemutcheck(H, CLUMSYBLOCK, null, MUTCHK_FORCED)
H.dna.default_blocks.Add(CLUMSYBLOCK)
if(!ismachine(H))
H.mutations.Add(COMIC)
H.dna.SetSEState(COMICBLOCK, TRUE)
genemutcheck(H, COMICBLOCK, null, MUTCHK_FORCED)
H.dna.default_blocks.Add(COMICBLOCK)
H.check_mutations = TRUE
//action given to antag clowns
/datum/action/innate/toggle_clumsy