DNA modifiers work now.

Conflicts:
	code/defines/obj/hydro.dm
	code/game/machinery/cloning.dm
	code/game/machinery/hydroponics.dm
	code/modules/mob/living/carbon/zombie/zombie.dm
	code/modules/mob/transform_procs.dm
This commit is contained in:
Rob Nelson
2014-01-20 00:54:46 -05:00
committed by ZomgPonies
parent 4a8ca0a7d4
commit dc60cc1726
14 changed files with 128 additions and 72 deletions
+1 -1
View File
@@ -1134,7 +1134,7 @@ datum
else
randmutg(M)
domutcheck(M, null)
updateappearance(M,M.dna.uni_identity)
M.UpdateAppearance()
return
on_mob_life(var/mob/living/M as mob)
if(!M.dna) return //No robots, AIs, aliens, Ians or other mobs should be affected by this.