Merge pull request #11813 from PsiOmegaDelta/151229-ResomiBaseMob

Can now spawn Resomi.
This commit is contained in:
Chinsky
2015-12-29 17:42:27 +03:00
@@ -1,6 +1,10 @@
/mob/living/carbon/human/dummy
real_name = "Test Dummy"
status_flags = GODMODE|CANPUSH
/mob/living/carbon/human/resomi/New(var/new_loc)
h_style = "Resomi Plumage"
..(new_loc, "Resomi")
/mob/living/carbon/human/skrell/New(var/new_loc)
h_style = "Skrell Male Tentacles"