mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 00:53:23 +01:00
Fix clown changeling not losing comic sans (#12372)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user