diff --git a/code/modules/mining/lavaland/necropolis_chests.dm b/code/modules/mining/lavaland/necropolis_chests.dm index 88c1b79896e..96c7827438a 100644 --- a/code/modules/mining/lavaland/necropolis_chests.dm +++ b/code/modules/mining/lavaland/necropolis_chests.dm @@ -577,7 +577,10 @@ switch(random) if(1) - user << "Other than tasting terrible, nothing really happens." + user << "Your appearence morphs to that of a very small humanoid ash dragon! You get to look like a freak without the cool abilities." + H.dna.features = list("mcolor" = "A02720", "tail_lizard" = "Dark Tiger", "tail_human" = "None", "snout" = "Sharp", "horns" = "Curled", "ears" = "None", "wings" = "None", "frills" = "None", "spines" = "Long", "body_markings" = "Dark Tiger Body") + H.eye_color = "fee5a3" + H.set_species(/datum/species/lizard) if(2) user << "Your flesh begins to melt! Miraculously, you seem fine otherwise." H.set_species(/datum/species/skeleton)