diff --git a/code/modules/mob/new_player/sprite_accessories.dm b/code/modules/mob/new_player/sprite_accessories.dm index f3d5e084230..78d0c509cde 100644 --- a/code/modules/mob/new_player/sprite_accessories.dm +++ b/code/modules/mob/new_player/sprite_accessories.dm @@ -382,56 +382,62 @@ */ /datum/sprite_accessory/hair - spines_long + una_spines_long name = "Long Unathi Spines" icon_state = "soghun_longspines" species_allowed = list("Unathi") - spines_short + una_spines_short name = "Short Unathi Spines" icon_state = "soghun_shortspines" species_allowed = list("Unathi") - frills_long + una_frills_long name = "Long Unathi Frills" icon_state = "soghun_longfrills" species_allowed = list("Unathi") - frills_short + una_frills_short name = "Short Unathi Frills" icon_state = "soghun_shortfrill" species_allowed = list("Unathi") - horns + una_horns name = "Unathi Horns" icon_state = "soghun_horns" species_allowed = list("Unathi") - tentacle_f + skr_tentacle_m + name = "Skrell Male Tentacles" + icon_state = "skrell_hair_m" + species_allowed = list("Skrell") + gender = MALE + + skr_tentacle_f name = "Skrell Female Tentacles" icon_state = "skrell_hair_f" species_allowed = list("Skrell") gender = FEMALE - gold_m + skr_gold_m name = "Gold plated Skrell Male Tentacles" icon_state = "skrell_goldhair_m" species_allowed = list("Skrell") gender = MALE - gold_f + skr_gold_f name = "Gold chained Skrell Female Tentacles" icon_state = "skrell_goldhair_f" species_allowed = list("Skrell") gender = FEMALE - clothtentacle_m + skr_clothtentacle_m name = "Cloth draped Skrell Male Tentacles" icon_state = "skrell_clothhair_m" species_allowed = list("Skrell") gender = MALE - clothtentacle_f + skr_clothtentacle_f name = "Cloth draped Skrell Female Tentacles" icon_state = "skrell_clothhair_f" species_allowed = list("Skrell") @@ -443,12 +449,12 @@ species_allowed = list("Tajaran") taj_ears_clean - name = "Clean" + name = "Tajara Clean" icon_state = "hair_clean" species_allowed = list("Tajaran") taj_ears_shaggy - name = "Shaggy" + name = "Tajara Shaggy" icon_state = "hair_shaggy" species_allowed = list("Tajaran") @@ -458,64 +464,64 @@ species_allowed = list("Tajaran") taj_ears_plait - name = "Plait" + name = "Tajara Plait" icon_state = "hair_plait" species_allowed = list("Tajaran") taj_ears_straight - name = "Straight" + name = "Tajara Straight" icon_state = "hair_straight" species_allowed = list("Tajaran") taj_ears_long - name = "Long" + name = "Tajara Long" icon_state = "hair_long" species_allowed = list("Tajaran") taj_ears_rattail - name = "Rat Tail" + name = "Tajara Rat Tail" icon_state = "hair_rattail" species_allowed = list("Tajaran") taj_ears_spiky - name = "Tajaran Spiky" + name = "Tajara Spiky" icon_state = "hair_tajspiky" species_allowed = list("Tajaran") taj_ears_messy - name = "Messy" + name = "Tajara Messy" icon_state = "hair_messy" species_allowed = list("Tajaran") /datum/sprite_accessory/facial_hair taj_sideburns - name = "Sideburns" + name = "Tajara Sideburns" icon_state = "facial_mutton" species_allowed = list("Tajaran") taj_mutton - name = "Mutton" + name = "Tajara Mutton" icon_state = "facial_mutton" species_allowed = list("Tajaran") taj_pencilstache - name = "Pencilstache" + name = "Tajara Pencilstache" icon_state = "facial_pencilstache" species_allowed = list("Tajaran") taj_moustache - name = "Moustache" + name = "Tajara Moustache" icon_state = "facial_moustache" species_allowed = list("Tajaran") taj_goatee - name = "Goatee" + name = "Tajara Goatee" icon_state = "facial_goatee" species_allowed = list("Tajaran") taj_smallstache - name = "Smallsatche" + name = "Tajara Smallsatche" icon_state = "facial_smallstache" species_allowed = list("Tajaran") diff --git a/html/changelog.html b/html/changelog.html index 59b1706ddb9..1078cfaf81a 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -76,6 +76,10 @@ should be listed in the changelog upon commit though. Thanks. -->
  • code/maps/rust_test.dmm contains an example setup for a functional RUST reactor. Maximum output is in the range of 12 to 20MW (12 to 20 million watts).
  • Removed double announcement for gridchecks, reduced duration of gridchecks.
  • +

    RavingManiac updated:

    +