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

This commit is contained in:
ZomgPonies
2015-02-21 07:30:58 -05:00
parent e028b9e3e6
commit 4e8151b71e
+3 -2
View File
@@ -227,8 +227,9 @@
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)
H.dna.SetSEState(COMICBLOCK,1,1)
genemutcheck(H,COMICBLOCK,null,MUTCHK_FORCED)
if(prob(50))
H.dna.SetSEState(COMICBLOCK,1,1)
genemutcheck(H,COMICBLOCK,null,MUTCHK_FORCED)
return 1