diff --git a/code/game/machinery/suit_storage_unit.dm b/code/game/machinery/suit_storage_unit.dm index 6bab0946c14..b8171f59e08 100644 --- a/code/game/machinery/suit_storage_unit.dm +++ b/code/game/machinery/suit_storage_unit.dm @@ -650,7 +650,7 @@ model_text = "Nonstandard" req_access = list(access_syndicate) departments = list("Mercenary") - species = list("Human","Tajara","Skrell","Unathi") + species = list("Human","Tajara","Skrell","Unathi", "Teshari") can_repair = 1 /obj/machinery/suit_cycler/attack_ai(mob/user as mob) @@ -762,6 +762,8 @@ //Clear the access reqs, disable the safeties, and open up all paintjobs. user << "You run the sequencer across the interface, corrupting the operating protocols." departments = list("Engineering","Mining","Medical","Security","Atmos","^%###^%$") + species -= "Teshari" // Until someone feels like making sprites for them/they are common enough to justify inclusion in the station cyclers. + emagged = 1 safeties = 0 req_access = list() diff --git a/code/modules/mob/living/carbon/human/species/station/seromi.dm b/code/modules/mob/living/carbon/human/species/station/seromi.dm index 27297d2f709..e7591215f7f 100644 --- a/code/modules/mob/living/carbon/human/species/station/seromi.dm +++ b/code/modules/mob/living/carbon/human/species/station/seromi.dm @@ -4,10 +4,10 @@ blurb = "A race of feathered raptors who developed alongside the Skrell, inhabiting \ the polar tundral regions outside of Skrell territory. Extremely fragile, they developed \ hunting skills that emphasized taking out their prey without themselves getting hit. They \ - are only recently becoming known in human space after reaching space with Skrell assistance." + are only recently becoming known on human stations after reaching space with Skrell assistance." num_alternate_languages = 2 - secondary_langs = list("Schechi") + secondary_langs = list("Schechi", "Skrellian") name_language = "Schechi" blood_color = "#D514F7" diff --git a/icons/mob/species/seromi/head.dmi b/icons/mob/species/seromi/head.dmi index d12b0df3963..54be1e831dd 100644 Binary files a/icons/mob/species/seromi/head.dmi and b/icons/mob/species/seromi/head.dmi differ diff --git a/icons/mob/species/seromi/suit.dmi b/icons/mob/species/seromi/suit.dmi index 84d18ade1af..970a9686ccf 100644 Binary files a/icons/mob/species/seromi/suit.dmi and b/icons/mob/species/seromi/suit.dmi differ