Axes carbon aliums, makes nymphs direct subtype of carbon (#8931)

* Axes carbon aliums, makes nymphs direct subtype of carbon

* Keep type as diona
This commit is contained in:
Atermonera
2023-02-18 21:07:53 -08:00
committed by GitHub
parent fbb33b538f
commit e5c920e680
45 changed files with 503 additions and 712 deletions
+1 -1
View File
@@ -278,7 +278,7 @@
switch(href_list["simplemake"])
if("observer") M.change_mob_type( /mob/observer/dead , null, null, delmob )
if("larva") M.change_mob_type( /mob/living/carbon/alien/larva , null, null, delmob )
if("nymph") M.change_mob_type( /mob/living/carbon/alien/diona , null, null, delmob )
if("nymph") M.change_mob_type( /mob/living/carbon/diona , null, null, delmob )
if("human") M.change_mob_type( /mob/living/carbon/human , null, null, delmob, href_list["species"])
if("slime") M.change_mob_type( /mob/living/simple_mob/slime/xenobio , null, null, delmob )
if("monkey") M.change_mob_type( /mob/living/carbon/human/monkey , null, null, delmob )