diff --git a/code/modules/paperwork/photocopier.dm b/code/modules/paperwork/photocopier.dm index b9e69b5f6a..44119ac55c 100644 --- a/code/modules/paperwork/photocopier.dm +++ b/code/modules/paperwork/photocopier.dm @@ -296,21 +296,26 @@ temp_img = icon('icons/obj/butts_vr.dmi', "vulp") // placeholder until we get fennec butts. if(SPECIES_AKULA) temp_img = icon('icons/obj/butts_vr.dmi', "xeno") // placeholder until we get proper sharkbutt. AKULA BE THICC ASS SHARKS MMMMMMMMMMMMMMKAY? - /* // Commented out because no icons exist, BUT if someone wants to sprite some more ASSCHEEKS, then just uncomment these and you have asses for each species. - Rykka. + // Butts by Meek the stoat! if(SPECIES_TESHARI) temp_img = icon('icons/obj/butts_vr.dmi', "tesh") + if(SPECIES_SERGAL) + temp_img = icon('icons/obj/butts_vr.dmi', "sergal") + if(SPECIES_NEVREAN) + temp_img = icon('icons/obj/butts_vr.dmi', "tesh") // kinda close! but should have it's own someday + if(SPECIES_ALTEVIAN) + temp_img = icon('icons/obj/butts_vr.dmi', "altevian") + /* // Commented out because no icons exist, BUT if someone wants to sprite some more ASSCHEEKS, then just uncomment these and you have asses for each species. - Rykka. if(SPECIES_SHADEKIN || SPECIES_SHADEKIN_CREW) temp_img = icon('icons/obj/butts_vr.dmi', "shadekin") if(SPECIES_ALRAUNE) temp_img = icon('icons/obj/butts_vr.dmi', "alraune") - if(SPECIES_NEVREAN) - temp_img = icon('icons/obj/butts_vr.dmi', "nevrean") if(SPECIES_RAPALA) temp_img = icon('icons/obj/butts_vr.dmi', "rapala") if(SPECIES_ZADDAT) temp_img = icon('icons/obj/butts_vr.dmi', "zaddat") - if(SPECIES_SERGAL) - temp_img = icon('icons/obj/butts_vr.dmi', "sergal") + if(SPECIES_XENOCHIMERA) + temp_img = icon('icons/obj/butts_vr.dmi', "xenochimera") */ else // Sanity/Safety check - does their species not show up or not work, or did something fail, but they're DEFINITELY a /human/ subtype? Print the 'default' ass. temp_img = icon('icons/obj/butts_vr.dmi', "human") diff --git a/icons/obj/butts_vr.dmi b/icons/obj/butts_vr.dmi index 104906120d..ab75fc3172 100644 Binary files a/icons/obj/butts_vr.dmi and b/icons/obj/butts_vr.dmi differ