mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
Adds a unit test for species changes keeping clothings (#69788)
* Adds a unit test for species changes keeping clothings Adds a unit test that checks if people who species change into a Lizard keeps their non-digitigrade shoes or not, which will also affect Monkeys.
This commit is contained in:
@@ -708,7 +708,19 @@
|
||||
switch(random)
|
||||
if(1)
|
||||
to_chat(user, span_danger("Your appearance morphs to that of a very small humanoid ash dragon! You get to look like a freak without the cool abilities."))
|
||||
consumer.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", "legs" = "Digitigrade Legs")
|
||||
consumer.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",
|
||||
"legs" = DIGITIGRADE_LEGS,
|
||||
)
|
||||
consumer.eye_color_left = "#FEE5A3"
|
||||
consumer.eye_color_right = "#FEE5A3"
|
||||
consumer.set_species(/datum/species/lizard)
|
||||
|
||||
Reference in New Issue
Block a user