mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
organization
This commit is contained in:
@@ -412,10 +412,6 @@
|
|||||||
S = tails_list_human[H.dna.features["tail_human"]]
|
S = tails_list_human[H.dna.features["tail_human"]]
|
||||||
if("waggingtail_human")
|
if("waggingtail_human")
|
||||||
S.= animated_tails_list_human[H.dna.features["tail_human"]]
|
S.= animated_tails_list_human[H.dna.features["tail_human"]]
|
||||||
if("mam_tail")
|
|
||||||
S = mam_tails_list[H.dna.features["mam_tail"]]
|
|
||||||
if("mam_waggingtail")
|
|
||||||
S.= mam_tails_animated_list[H.dna.features["mam_tail"]]
|
|
||||||
if("spines")
|
if("spines")
|
||||||
S = spines_list[H.dna.features["spines"]]
|
S = spines_list[H.dna.features["spines"]]
|
||||||
if("waggingspines")
|
if("waggingspines")
|
||||||
@@ -430,12 +426,19 @@
|
|||||||
S = ears_list[H.dna.features["ears"]]
|
S = ears_list[H.dna.features["ears"]]
|
||||||
if("body_markings")
|
if("body_markings")
|
||||||
S = body_markings_list[H.dna.features["body_markings"]]
|
S = body_markings_list[H.dna.features["body_markings"]]
|
||||||
if("mam_body_markings")
|
|
||||||
S = mam_body_markings_list[H.dna.features["mam_body_markings"]]
|
|
||||||
if("wings")
|
if("wings")
|
||||||
S = wings_list[H.dna.features["wings"]]
|
S = wings_list[H.dna.features["wings"]]
|
||||||
if("wingsopen")
|
if("wingsopen")
|
||||||
S = wings_open_list[H.dna.features["wings"]]
|
S = wings_open_list[H.dna.features["wings"]]
|
||||||
|
//mammal bodyparts
|
||||||
|
if("mam_tail")
|
||||||
|
S = mam_tails_list[H.dna.features["mam_tail"]]
|
||||||
|
if("mam_waggingtail")
|
||||||
|
S.= mam_tails_animated_list[H.dna.features["mam_tail"]]
|
||||||
|
if("mam_body_markings")
|
||||||
|
S = mam_body_markings_list[H.dna.features["mam_body_markings"]]
|
||||||
|
if("mam_ears")
|
||||||
|
S = mam_ears_list[H.dna.features["mam_ears"]]
|
||||||
|
|
||||||
if(!S || S.icon_state == "none")
|
if(!S || S.icon_state == "none")
|
||||||
continue
|
continue
|
||||||
@@ -446,6 +449,8 @@
|
|||||||
else if(bodypart == "waggingtail_lizard" || bodypart == "waggingtail_human" || bodypart == "mam_waggingtail")
|
else if(bodypart == "waggingtail_lizard" || bodypart == "waggingtail_human" || bodypart == "mam_waggingtail")
|
||||||
bodypart = "waggingtail"
|
bodypart = "waggingtail"
|
||||||
|
|
||||||
|
if(bodypart == "mam_ears")
|
||||||
|
bodypart = "ears"
|
||||||
|
|
||||||
var/icon_string
|
var/icon_string
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user