mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
minor fix (#7355)
This commit is contained in:
@@ -53,7 +53,6 @@
|
|||||||
if(C.species.traits.Find(/datum/trait/positive/rad_immune))
|
if(C.species.traits.Find(/datum/trait/positive/rad_immune))
|
||||||
chance -= (chance / 100) * 100
|
chance -= (chance / 100) * 100
|
||||||
if(prob(round(chance, 0.01)))
|
if(prob(round(chance, 0.01)))
|
||||||
if(prob(chance))
|
|
||||||
//CHOMPEdit End
|
//CHOMPEdit End
|
||||||
if (prob(75))
|
if (prob(75))
|
||||||
randmutb(H) // Applies bad mutation
|
randmutb(H) // Applies bad mutation
|
||||||
|
|||||||
Reference in New Issue
Block a user