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