DNA2 fixes cherrypicked from N3X15.

This commit is contained in:
Zuhayr
2013-12-23 00:06:56 +10:30
parent d783fd5043
commit ff52920fab
18 changed files with 1397 additions and 691 deletions

View File

@@ -34,10 +34,10 @@
H.apply_effect((rand(40,70)),IRRADIATE,0)
if (prob(75))
randmutb(H) // Applies bad mutation
domutcheck(H,null,1)
domutcheck(H,null,MUTCHK_FORCED)
else
randmutg(H) // Applies good mutation
domutcheck(H,null,1)
domutcheck(H,null,MUTCHK_FORCED)
for(var/mob/living/carbon/monkey/M in living_mob_list)