Fixed cloning not working for burnt people. Also fixes some NOCLONE's that were missed.

This commit is contained in:
Erthilo
2012-05-31 21:55:51 +01:00
parent aed630c0bf
commit ebaa460892
3 changed files with 3 additions and 3 deletions
@@ -33,7 +33,7 @@
M.client.mob = new/mob/living/carbon/alien/humanoid/special/snakeman(new/obj/effect/snake_egg(src.loc))
visible_message("[src] injects [M] with an egg.")
visible_message("The egg absorbs [M]")
M.mutations |= HUSK
M.mutations |= NOCLONE
M.update_body()
M.death()
else