Revert "Gives a 50% chance of the clown starting with COMIC mutation"

This reverts commit 4e8151b71e.
This commit is contained in:
ZomgPonies
2015-02-21 08:04:51 -05:00
parent 4e8151b71e
commit 5abc780fde
+2 -3
View File
@@ -227,9 +227,8 @@
H.equip_or_collect(new /obj/item/weapon/storage/fancy/crayons(H), slot_in_backpack)
H.equip_or_collect(new /obj/item/weapon/reagent_containers/spray/waterflower(H), slot_in_backpack)
H.mutations.Add(M_CLUMSY)
if(prob(50))
H.dna.SetSEState(COMICBLOCK,1,1)
genemutcheck(H,COMICBLOCK,null,MUTCHK_FORCED)
H.dna.SetSEState(COMICBLOCK,1,1)
genemutcheck(H,COMICBLOCK,null,MUTCHK_FORCED)
return 1