Merge pull request #11399 from Seris02/lizardtailfixes

normalising wagging tail names for a very specific bug fix
This commit is contained in:
Ghom
2020-03-10 16:59:55 +01:00
committed by GitHub
3 changed files with 1 additions and 3 deletions

View File

@@ -816,9 +816,7 @@ GLOBAL_LIST_EMPTY(roundstart_race_names)
//A little rename so we don't have to use tail_lizard or tail_human when naming the sprites.
if(bodypart == "tail_lizard" || bodypart == "tail_human" || bodypart == "mam_tail" || bodypart == "xenotail")
bodypart = "tail"
else if(bodypart == "waggingtail_lizard")
bodypart = "waggingtail"
if(bodypart == "mam_waggingtail" || bodypart == "waggingtail_human")
if(bodypart == "mam_waggingtail" || bodypart == "waggingtail_human" || bodypart == "waggingtail_lizard")
bodypart = "tailwag"
if(bodypart == "mam_ears" || bodypart == "ears")
bodypart = "ears"